Some #include updates.

-Erik
This commit is contained in:
Eric Andersen
2000-08-10 17:59:11 +00:00
parent 40406e6bad
commit 88f50b6bf5
53 changed files with 12 additions and 57 deletions

View File

@@ -24,7 +24,6 @@
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <errno.h>

View File

@@ -96,7 +96,6 @@
#include <stdlib.h>
#include <termios.h>
#include <mntent.h>
#include <sys/stat.h>
#include <sys/param.h>

View File

@@ -72,7 +72,6 @@
#include <ctype.h>
#include <stdlib.h>
#include <termios.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <mntent.h>

View File

@@ -43,7 +43,6 @@
#include <stdlib.h>
#include <sys/ioctl.h> /* for _IO */
#include <sys/utsname.h>
#include <sys/stat.h>
#include <asm/page.h> /* for PAGE_SIZE and PAGE_SHIFT */
/* we also get PAGE_SIZE via getpagesize() */

View File

@@ -47,7 +47,6 @@
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/utsname.h>
#include <sys/stat.h>
#include <netinet/in.h>
#include <arpa/inet.h>