Move CWalletDB code to new walletdb module.
[novacoin.git] / src / wallet.cpp
index 6a2bf02..f8338b7 100644 (file)
@@ -3,7 +3,8 @@
 // Distributed under the MIT/X11 software license, see the accompanying
 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
 
-#include "db.h"
+#include "wallet.h"
+#include "walletdb.h"
 #include "crypter.h"
 
 using namespace std;