Includes cleanup
[novacoin.git] / src / rpcmining.cpp
index 18c3134..c00c356 100644 (file)
@@ -3,13 +3,13 @@
 // Distributed under the MIT/X11 software license, see the accompanying
 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
-#include "main.h"
 #include "db.h"
 #include "txdb-leveldb.h"
 #include "init.h"
 #include "miner.h"
 #include "kernel.h"
 #include "bitcoinrpc.h"
+#include "wallet.h"
 
 using namespace json_spirit;
 using namespace std;