]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/inspsocket.cpp
Remove references to inspircd_io from these, stop configure making all the modules...
[user/henk/code/inspircd.git] / src / inspsocket.cpp
index 8177a31827b3d67b8aa2833a01a50984bd2a32c0..31605b9f090662075c89d238d7a89f456990e6b2 100644 (file)
  * ---------------------------------------------------
  */
 
-#include "inspircd_config.h"
-#include <sys/time.h>
-#include <sys/resource.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
 #include <string>
-#include <unistd.h>
-#include <fcntl.h>
-#include <poll.h>
 #include <sstream>
 #include <iostream>
 #include <fstream>
 #include <stdexcept>
+#include "inspircd_config.h"
 #include "socket.h"
 #include "inspircd.h"
 #include "configreader.h"