diff options
-rw-r--r-- | src/headers.h | 1 | ||||
-rw-r--r-- | src/init.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/headers.h b/src/headers.h index 2d309f959b..ee10c53eca 100644 --- a/src/headers.h +++ b/src/headers.h @@ -120,7 +120,6 @@ #include "script.h" #include "net.h" #include "main.h" -#include "rpc.h" #ifdef GUI #include "uibase.h" #include "ui.h" diff --git a/src/init.cpp b/src/init.cpp index 14f4904f5b..b12c5eecf8 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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; |