Skip to content

Commit

Permalink
examples/block-ip: drop redundant memory.h include
Browse files Browse the repository at this point in the history
Not used elsewhere in the repo.
  • Loading branch information
vszakats committed Dec 30, 2024
1 parent f7c2bf0 commit 1e14e16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/examples/block_ip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 1e14e16

Please sign in to comment.