- remove superfluous legacy includes.

This applet should be converted to use llist; __NEED_DLLIST
This commit is contained in:
Bernhard Reutner-Fischer 2006-05-19 12:38:30 +00:00
parent a2a647dfc1
commit d9ed35c8b9

View File

@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* /*
* Copyright (c) 2002 by David I. Bell * Copyright (c) 2002 by David I. Bell
* Permission is granted to use, distribute, or modify this source, * Permission is granted to use, distribute, or modify this source,
@ -11,11 +12,9 @@
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <string.h> #include <string.h>
#include <memory.h>
#include <time.h> #include <time.h>
#include <ctype.h> #include <ctype.h>
#include <sys/param.h> #include <sys/param.h>
#include <malloc.h>
#include "busybox.h" #include "busybox.h"
#define USERSIZE 1024 /* max line length typed in by user */ #define USERSIZE 1024 /* max line length typed in by user */