Only include strlcpy.h when we have to
authorJordan Lewis <jordanthelewis@gmail.com>
Sun, 15 May 2011 22:08:35 +0000 (17:08 -0500)
committerJordan Lewis <jordanthelewis@gmail.com>
Mon, 16 May 2011 03:23:42 +0000 (22:23 -0500)
src/headers.h
src/init.cpp
src/irc.cpp
src/net.cpp
src/util.cpp

index 3665e58..785d5bc 100644 (file)
 
 #pragma hdrstop
 
-#include "strlcpy.h"
 #include "serialize.h"
 #include "uint256.h"
 #include "util.h"
index 3eab8e1..a94ea9b 100644 (file)
@@ -6,6 +6,7 @@
 #include "rpc.h"
 #include "net.h"
 #include "init.h"
+#include "strlcpy.h"
 
 using namespace std;
 using namespace boost;
index 5c9e0a9..a262eab 100644 (file)
@@ -5,6 +5,7 @@
 #include "headers.h"
 #include "irc.h"
 #include "net.h"
+#include "strlcpy.h"
 
 using namespace std;
 using namespace boost;
index 51d2902..2d89627 100644 (file)
@@ -7,6 +7,7 @@
 #include "db.h"
 #include "net.h"
 #include "init.h"
+#include "strlcpy.h"
 
 #ifdef USE_UPNP
 #include <miniupnpc/miniwget.h>
index 4e93f62..1b6ba01 100644 (file)
@@ -2,6 +2,7 @@
 // Distributed under the MIT/X11 software license, see the accompanying
 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
 #include "headers.h"
+#include "strlcpy.h"
 
 using namespace std;
 using namespace boost;