aboutsummaryrefslogtreecommitdiff
path: root/src/qt/peertablemodel.h
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2016-12-01 15:45:50 -0800
committerMatt Corallo <[email protected]>2016-12-02 09:42:51 -0800
commite736772c56a883e2649cc8534dd7857a0718ec56 (patch)
treecc9bb582a17276d748be7d60d51dccff33d167ea /src/qt/peertablemodel.h
parentRemove orphan state wipe from UnloadBlockIndex. (diff)
downloaddiscoin-e736772c56a883e2649cc8534dd7857a0718ec56.tar.xz
discoin-e736772c56a883e2649cc8534dd7857a0718ec56.zip
Move network-msg-processing code out of main to its own file
Diffstat (limited to 'src/qt/peertablemodel.h')
-rw-r--r--src/qt/peertablemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/peertablemodel.h b/src/qt/peertablemodel.h
index af34b147b..3e4f0a68c 100644
--- a/src/qt/peertablemodel.h
+++ b/src/qt/peertablemodel.h
@@ -5,7 +5,7 @@
#ifndef BITCOIN_QT_PEERTABLEMODEL_H
#define BITCOIN_QT_PEERTABLEMODEL_H
-#include "main.h" // For CNodeStateStats
+#include "net_processing.h" // For CNodeStateStats
#include "net.h"
#include <QAbstractTableModel>