diff options
-rw-r--r-- | console-tools/loadfont.c | 1 | ||||
-rw-r--r-- | networking/traceroute.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index 31221e0..ded1b6a 100644 --- a/console-tools/loadfont.c +++ b/console-tools/loadfont.c @@ -10,7 +10,6 @@ #include <stdio.h> #include <string.h> #include <fcntl.h> -#include <memory.h> #include <stdlib.h> #include <unistd.h> #include <sys/types.h> diff --git a/networking/traceroute.c b/networking/traceroute.c index 4f7ebf1..c7088cf 100644 --- a/networking/traceroute.c +++ b/networking/traceroute.c @@ -205,7 +205,6 @@ //#define CONFIG_FEATURE_TRACEROUTE_USE_ICMP #include <errno.h> -#include <memory.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |