Remove unnecessary headers
This commit is contained in:
parent
007c2d3ccf
commit
2a47637d5e
|
@ -25,8 +25,6 @@
|
|||
/* #define DEBUG _DEBUG_ */
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
|
@ -40,9 +38,7 @@
|
|||
#include <time.h>
|
||||
#include <sys/resource.h>
|
||||
#include <ctype.h>
|
||||
#include <termios.h>
|
||||
#include <fcntl.h>
|
||||
#include <dirent.h>
|
||||
|
||||
#ifdef TIMEOUTDX11
|
||||
#include <netdb.h>
|
||||
|
|
Loading…
Reference in a new issue