[Qt, Trivial] remove two unneeded includes of wallet/db.h

This commit is contained in:
Philip Kaufmann 2015-03-21 18:24:26 +01:00 committed by Wladimir J. van der Laan
parent 68f795e8b2
commit 6cb37a3ba0
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@
#include "transactionrecord.h"
#include "base58.h"
#include "wallet/db.h"
#include "main.h"
#include "script/script.h"
#include "timedata.h"

View File

@ -12,7 +12,6 @@
#include "transactiontablemodel.h"
#include "base58.h"
#include "wallet/db.h"
#include "keystore.h"
#include "main.h"
#include "sync.h"