Only included rpc.h when necessary

This commit is contained in:
Jordan Lewis 2011-05-14 16:10:07 -05:00
parent 1512d5ce64
commit ed0c143242
2 changed files with 1 additions and 1 deletions

View File

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

View 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;