diff options
Diffstat (limited to 'src/inspsocket.cpp')
-rw-r--r-- | src/inspsocket.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index 8177a3182..31605b9f0 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -14,20 +14,12 @@ * --------------------------------------------------- */ -#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" |