Remove unused #include.

This commit is contained in:
asmodai 2000-05-01 19:39:36 +00:00
parent 54f7afc04f
commit ad6c7cc77b
2 changed files with 0 additions and 2 deletions

View File

@ -36,7 +36,6 @@
*
*/
#include <sys/types.h>
#include <sys/param.h>
#include <sys/mman.h>
#include <sys/socket.h>

View File

@ -49,7 +49,6 @@ static const char rcsid[] =
#include <stdio.h>
#include <unistd.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/sysctl.h>
#include <sys/stat.h>
#include <sysexits.h>