]> jfr.im git - solanum.git/blobdiff - include/stdinc.h
doc: Change missed chadybdis name to solanum (#111)
[solanum.git] / include / stdinc.h
index 0712e6219e782c7e7a19a7616f72657b7286fb42..d620f7799a8d1163c995defef2a4474c5250c092 100644 (file)
@@ -92,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>
@@ -112,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>