]> jfr.im git - solanum.git/blobdiff - include/stdinc.h
Explanatory comment for LFLAGS_FAKE
[solanum.git] / include / stdinc.h
index 9a32e5cec91fcc58f825fc16a1f4cbff9dc1623c..d620f7799a8d1163c995defef2a4474c5250c092 100644 (file)
@@ -22,7 +22,6 @@
  */
 
 #include "rb_lib.h"
-#include "config.h"            /* Gotta pull in the autoconf stuff */
 #include "ircd_defs.h"  /* Needed for some reasons here -- dwr */
 
 /* AIX requires this to be the first thing in the file.  */
@@ -93,7 +92,6 @@ typedef bool _Bool;
 #include <stdio.h>
 #include <time.h>
 #include <fcntl.h>
-#include <netdb.h>
 #include <stdarg.h>
 #include <signal.h>
 #include <dirent.h>
@@ -113,16 +111,11 @@ typedef bool _Bool;
 #endif
 
 
-#include <sys/socket.h>
 #include <sys/stat.h>
-#include <sys/wait.h>
 
 #ifdef HAVE_SYS_PARAM_H
 #include <sys/param.h>
 #endif
-#include <netinet/in.h>
-#include <netinet/tcp.h>
-#include <arpa/inet.h>
 
 #ifdef HAVE_ERRNO_H
 #include <errno.h>