summaryrefslogtreecommitdiff
path: root/include/users.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/users.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/users.h')
-rw-r--r--include/users.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/include/users.h b/include/users.h
index 81ab1c844..30870f392 100644
--- a/include/users.h
+++ b/include/users.h
@@ -14,18 +14,20 @@
* ---------------------------------------------------
*/
-#include "inspircd_config.h"
-#include "channels.h"
-#include "inspstring.h"
-#include "connection.h"
+#ifndef __USERS_H__
+#define __USERS_H__
+
#include <string>
+
#ifdef THREADED_DNS
#include <pthread.h>
#endif
-
-#ifndef __USERS_H__
-#define __USERS_H__
+#include "inspircd_config.h"
+#include "socket.h"
+#include "channels.h"
+#include "inspstring.h"
+#include "connection.h"
#include "hashcomp.h"
#include "cull_list.h"