Browse Source

Only included rpc.h when necessary

miguelfreitas
Jordan Lewis 14 years ago
parent
commit
ed0c143242
  1. 1
      src/headers.h
  2. 1
      src/init.cpp

1
src/headers.h

@ -120,7 +120,6 @@ @@ -120,7 +120,6 @@
#include "script.h"
#include "net.h"
#include "main.h"
#include "rpc.h"
#ifdef GUI
#include "uibase.h"
#include "ui.h"

1
src/init.cpp

@ -3,6 +3,7 @@ @@ -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;

Loading…
Cancel
Save