diff options
Diffstat (limited to 'include/connection.h')
-rw-r--r-- | include/connection.h | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/include/connection.h b/include/connection.h index 032f9ba6c..52a485f8b 100644 --- a/include/connection.h +++ b/include/connection.h @@ -14,24 +14,13 @@ * --------------------------------------------------- */ -#include "inspircd_config.h" -#include "base.h" -#include <string> -#include <map> -#include <sys/types.h> -#include <sys/socket.h> -#include <netdb.h> -#include <netinet/in.h> -#include <unistd.h> -#include <errno.h> -#include <time.h> -#include <vector> -#include <deque> -#include <sstream> - #ifndef __CONNECTION_H__ #define __CONNECTION_H__ +#include <time.h> +#include "inspircd_config.h" +#include "base.h" + /** Please note: classes serverrec and userrec both inherit from class connection. */ class connection : public Extensible @@ -101,5 +90,3 @@ class connection : public Extensible #endif - - |