]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
examples/block-ip: drop redundant `memory.h` include
authorViktor Szakats <commit@vsz.me>
Mon, 30 Dec 2024 19:04:08 +0000 (20:04 +0100)
committerViktor Szakats <commit@vsz.me>
Mon, 30 Dec 2024 23:35:57 +0000 (00:35 +0100)
Not used elsewhere in the repo.

docs/examples/block_ip.c

index 9e83f5505316969554e65961a8d10b0f9e4b68ed..aac60df74c3973375559af4fe061471380feddaa 100644 (file)
@@ -57,7 +57,6 @@ int main(void) { printf("AmigaOS is not supported.\n"); return 1; }
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <memory.h>
 
 #include <curl/curl.h>