diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-16 21:15:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-16 21:15:42 +0000 |
commit | b66c931fad9bddc5d231492691608a37e9ceaf82 (patch) | |
tree | 0581a24986990804f4297f19e13bbd45599c8a6f /console-tools | |
parent | d017d73399b079bf4c90b6fdfb647a8c5ad6c52a (diff) | |
download | busybox-w32-b66c931fad9bddc5d231492691608a37e9ceaf82.tar.gz busybox-w32-b66c931fad9bddc5d231492691608a37e9ceaf82.tar.bz2 busybox-w32-b66c931fad9bddc5d231492691608a37e9ceaf82.zip |
kill pointless memory.h includes
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/loadfont.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index 31221e080..ded1b6a95 100644 --- a/console-tools/loadfont.c +++ b/console-tools/loadfont.c | |||
@@ -10,7 +10,6 @@ | |||
10 | #include <stdio.h> | 10 | #include <stdio.h> |
11 | #include <string.h> | 11 | #include <string.h> |
12 | #include <fcntl.h> | 12 | #include <fcntl.h> |
13 | #include <memory.h> | ||
14 | #include <stdlib.h> | 13 | #include <stdlib.h> |
15 | #include <unistd.h> | 14 | #include <unistd.h> |
16 | #include <sys/types.h> | 15 | #include <sys/types.h> |