diff options
author | Jorge Timón <jtimon@jtimon.cc> | 2017-04-07 02:30:51 +0200 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2017-04-13 02:27:27 +0200 |
commit | a1fd4503284de6f7d67e40b6d681179303647798 (patch) | |
tree | dec93143cc8e8e3fd66e902caee883a97cef5de2 /src/validation.cpp | |
parent | 67023e9004ba843218bee16bc821e955faf0d394 (diff) |
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/validation.cpp')
-rw-r--r-- | src/validation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/validation.cpp b/src/validation.cpp index 99ce53986f..9f7d615b62 100644 --- a/src/validation.cpp +++ b/src/validation.cpp @@ -6,6 +6,7 @@ #include "validation.h" #include "arith_uint256.h" +#include "chain.h" #include "chainparams.h" #include "checkpoints.h" #include "checkqueue.h" |