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-b66c931fad9bddc5d231492691608a37e9ceaf82.tar.gz |
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 @@ #include <stdio.h> #include <string.h> #include <fcntl.h> -#include <memory.h> #include <stdlib.h> #include <unistd.h> #include <sys/types.h> |