examples/block-ip: drop redundant memory.h include

Not used elsewhere in the repo.
This commit is contained in:
Viktor Szakats 2024-12-30 20:04:08 +01:00
parent f7c2bf0818
commit 1e14e1682c
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View 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>