aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-08-07 16:09:49 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-08-07 16:09:49 +0200
commit856aacf388b2dd4c8213e699ff6377203a9194cc (patch)
treefb38e845aec7b4b9f6e9a54b3271ee6eb719b9f8 /src/qt/bitcoin.cpp
parentdb7f023417eeeb96eed35c9d06541544abcd7033 (diff)
downloadbitcoin-856aacf388b2dd4c8213e699ff6377203a9194cc.tar.xz
don't include <QDebug>
Diffstat (limited to 'src/qt/bitcoin.cpp')
-rw-r--r--src/qt/bitcoin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp
index 8ae3762f68..a21983b7e3 100644
--- a/src/qt/bitcoin.cpp
+++ b/src/qt/bitcoin.cpp
@@ -16,7 +16,6 @@
#include <QLocale>
#include <QTranslator>
#include <QSplashScreen>
-#include <QDebug>
// Need a global reference for the notifications to find the GUI
BitcoinGUI *guiref;