Only included rpc.h when necessary
authorJordan Lewis <jordanthelewis@gmail.com>
Sat, 14 May 2011 21:10:07 +0000 (16:10 -0500)
committerJordan Lewis <jordanthelewis@gmail.com>
Mon, 16 May 2011 03:19:16 +0000 (22:19 -0500)
src/headers.h
src/init.cpp

index 2d309f9..ee10c53 100644 (file)
 #include "script.h"
 #include "net.h"
 #include "main.h"
-#include "rpc.h"
 #ifdef GUI
 #include "uibase.h"
 #include "ui.h"
index 14f4904..b12c5ee 100644 (file)
@@ -3,6 +3,7 @@
 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
 #include "headers.h"
 #include "db.h"
+#include "rpc.h"
 
 using namespace std;
 using namespace boost;