From a720b928c80f18d340173f39f63e7ef9cfb367c1 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Thu, 16 Nov 2017 22:26:34 +0100 Subject: Remove includes in .cpp files for things the corresponding .h file already included --- src/wallet/db.cpp | 1 - src/wallet/wallet.cpp | 2 -- 2 files changed, 3 deletions(-) (limited to 'src/wallet') diff --git a/src/wallet/db.cpp b/src/wallet/db.cpp index c6fd95f250..47b9517df2 100644 --- a/src/wallet/db.cpp +++ b/src/wallet/db.cpp @@ -6,7 +6,6 @@ #include #include -#include #include #include #include diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index edc1ca6ef8..1a031a2624 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -23,12 +23,10 @@ #include #include #include