From 1e14e1682cf7679126703d22ba173199cef719d5 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 30 Dec 2024 20:04:08 +0100 Subject: [PATCH] examples/block-ip: drop redundant `memory.h` include Not used elsewhere in the repo. --- docs/examples/block_ip.c | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/examples/block_ip.c b/docs/examples/block_ip.c index 9e83f55053..aac60df74c 100644 --- a/docs/examples/block_ip.c +++ b/docs/examples/block_ip.c @@ -57,7 +57,6 @@ int main(void) { printf("AmigaOS is not supported.\n"); return 1; } #include #include #include -#include #include