aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-11-16 22:26:34 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2017-11-16 22:26:34 +0100
commita720b928c80f18d340173f39f63e7ef9cfb367c1 (patch)
tree05b9a3a0f1822ca807e3bdcf0dcd4aefdb46268c /src/qt/bitcoingui.cpp
parent99bc0b428b03b571afbc311b7f18fd3a707ac5af (diff)
downloadbitcoin-a720b928c80f18d340173f39f63e7ef9cfb367c1.tar.xz
Remove includes in .cpp files for things the corresponding .h file already included
Diffstat (limited to 'src/qt/bitcoingui.cpp')
-rw-r--r--src/qt/bitcoingui.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp
index cd3234c564..f925ec5359 100644
--- a/src/qt/bitcoingui.cpp
+++ b/src/qt/bitcoingui.cpp
@@ -2,10 +2,6 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
-#if defined(HAVE_CONFIG_H)
-#include <config/bitcoin-config.h>
-#endif
-
#include <qt/bitcoingui.h>
#include <qt/bitcoinunits.h>