aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-03-14 07:41:23 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2018-04-09 09:18:49 +0200
commit280023f31d7007694f9f77e07868ae122c55cfd7 (patch)
tree4f8bfcab82b05df4e0935c19e025ae3767a29703 /src/interfaces
parent4781813b56177f8cfc1bf3d4160f75f3ec15e7e2 (diff)
downloadbitcoin-280023f31d7007694f9f77e07868ae122c55cfd7.tar.xz
Remove duplicate includes
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/handler.cpp1
-rw-r--r--src/interfaces/wallet.cpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/interfaces/handler.cpp b/src/interfaces/handler.cpp
index 1443fe9f18..8e45faa2a5 100644
--- a/src/interfaces/handler.cpp
+++ b/src/interfaces/handler.cpp
@@ -7,7 +7,6 @@
#include <util.h>
#include <boost/signals2/connection.hpp>
-#include <memory>
#include <utility>
namespace interfaces {
diff --git a/src/interfaces/wallet.cpp b/src/interfaces/wallet.cpp
index 0244fe70f5..21543552db 100644
--- a/src/interfaces/wallet.cpp
+++ b/src/interfaces/wallet.cpp
@@ -22,8 +22,6 @@
#include <wallet/feebumper.h>
#include <wallet/wallet.h>
-#include <memory>
-
namespace interfaces {
namespace {