summaryrefslogtreecommitdiff
path: root/include/connection.h
diff options
context:
space:
mode:
authorom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-04-10 22:16:34 +0000
committerom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-04-10 22:16:34 +0000
commit90639721625b5da867effc7dd4adec003c1bd3b4 (patch)
tree4d7ac8c92b1c6dd9f9b9ddda4091283d65007a69 /include/connection.h
parent129416e519319360c336cb3905210fdb9b531ae2 (diff)
Routing more socket includes through socket.h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3868 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/connection.h')
-rw-r--r--include/connection.h21
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
-
-