aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorJorge Timón <jtimon@jtimon.cc>2017-04-07 02:30:51 +0200
committerJorge Timón <jtimon@jtimon.cc>2017-04-13 02:27:27 +0200
commita1fd4503284de6f7d67e40b6d681179303647798 (patch)
treedec93143cc8e8e3fd66e902caee883a97cef5de2 /src/net.h
parent67023e9004ba843218bee16bc821e955faf0d394 (diff)
downloadbitcoin-a1fd4503284de6f7d67e40b6d681179303647798.tar.xz
Trivial: Remove unneeded includes from .h:
- validation.h doesn't need to include chain.h anymore - Remove unneeded includes from net.h
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net.h b/src/net.h
index 0fb0ad5039..15431712a3 100644
--- a/src/net.h
+++ b/src/net.h
@@ -11,7 +11,6 @@
#include "amount.h"
#include "bloom.h"
#include "compat.h"
-#include "fs.h"
#include "hash.h"
#include "limitedmap.h"
#include "netaddress.h"
@@ -36,7 +35,6 @@
#include <boost/foreach.hpp>
#include <boost/signals2/signal.hpp>
-class CAddrMan;
class CScheduler;
class CNode;