aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorBtcDrak <btcdrak@gmail.com>2016-03-07 19:44:09 +0000
committerBtcDrak <btcdrak@gmail.com>2016-03-18 19:33:59 +0000
commitbbb9d1d1231099122a5b0ad5dd86f3f93ce22724 (patch)
treefeed9074ee27fb927b7b143aafc50f68c11a38aa /src/qt
parent73b7eb501e6498e911321131e58ae7fbec6bc5ed (diff)
downloadbitcoin-bbb9d1d1231099122a5b0ad5dd86f3f93ce22724.tar.xz
Remove p2p alert handling
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/clientmodel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp
index fb502b3c81..71a12c27fd 100644
--- a/src/qt/clientmodel.cpp
+++ b/src/qt/clientmodel.cpp
@@ -8,7 +8,6 @@
#include "guiconstants.h"
#include "peertablemodel.h"
-#include "alert.h"
#include "chainparams.h"
#include "checkpoints.h"
#include "clientversion.h"