aboutsummaryrefslogtreecommitdiff
path: root/src/socket.cpp
diff options
context:
space:
mode:
authorGravatar brain2007-05-21 18:26:15 +0000
committerGravatar brain2007-05-21 18:26:15 +0000
commitb083bc0b660671c1dd393b4d94989d5e159fabab (patch)
tree4701c70eb0f411a67bdce29ac5e53bc7f22bea76 /src/socket.cpp
parentReorder includes, dont worry there is method to my madness (i hope) (diff)
It seems that making inspircd.h the first include in .cpp files eliminates the warning C4996, as the defines to prevent it are set before any includes that cause it
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7094 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/socket.cpp')
-rw-r--r--src/socket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.cpp b/src/socket.cpp
index 399b71cfa..411465ad6 100644
--- a/src/socket.cpp
+++ b/src/socket.cpp
@@ -11,10 +11,10 @@
* ---------------------------------------------------
*/
+#include "inspircd.h"
#include <string>
#include "configreader.h"
#include "socket.h"
-#include "inspircd.h"
#include "socketengine.h"
#include "wildcard.h"