diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 16 |
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" |