Cleanup #includes of (mostly a long time) unused header files.

No functional changes.
This commit is contained in:
Marc Olzheim 2004-12-13 16:47:13 +00:00
parent cb56cfb870
commit c6ef918f3a
140 changed files with 0 additions and 260 deletions

View file

@ -35,7 +35,6 @@
#include "player.h"
#include "empio.h"
#include "empthread.h"
#include "proto.h"
#include "prototypes.h"
#include "optlist.h"
#include "server.h"

View file

@ -37,7 +37,6 @@
#include "empthread.h"
#include "file.h"
#include "lost.h"
#include <stdio.h>
#include "prototypes.h"
#include "optlist.h"
#include "server.h"

View file

@ -38,7 +38,6 @@
#endif /* aix or linux */
#include <signal.h>
#include <errno.h>
#if !defined(_WIN32)
#include <sys/ioctl.h>
#endif

View file

@ -37,7 +37,6 @@
#include "empthread.h"
#include "file.h"
#include "server.h"
#include <stdio.h>
#include "prototypes.h"
/*ARGSUSED*/

View file

@ -35,7 +35,6 @@
#include "player.h"
#include "empio.h"
#include "empthread.h"
#include "proto.h"
#include "nat.h"
#include "file.h"
#include <time.h>