Includes cleanup
[novacoin.git] / src / rpcdump.cpp
index 44615a1..1bdc3cc 100644 (file)
@@ -2,10 +2,11 @@
 // Distributed under the MIT/X11 software license, see the accompanying
 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
-#include "init.h" // for pwalletMain
+#include "init.h"
 #include "bitcoinrpc.h"
 #include "interface.h"
 #include "base58.h"
+#include "wallet.h"
 
 #define printf OutputDebugStringF