diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-07-27 14:25:13 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-07-27 14:40:29 +0200 |
| commit | ca37e0f33980a1fe96ac4ed08fd7d692a7a592a5 (patch) | |
| tree | b41b017d88a4db6863cd0fadbee8178aa85f3fa5 /src/test/alert_tests.cpp | |
| parent | Merge pull request #6380 (diff) | |
| parent | Includes: Cleanup around net main and wallet (diff) | |
| download | discoin-ca37e0f33980a1fe96ac4ed08fd7d692a7a592a5.tar.xz discoin-ca37e0f33980a1fe96ac4ed08fd7d692a7a592a5.zip | |
Merge pull request #5697
60c8bac Includes: Cleanup around net main and wallet (Jorge Timón)
9dd793f TRIVIAL: Missing includes (Jorge Timón)
Diffstat (limited to 'src/test/alert_tests.cpp')
| -rw-r--r-- | src/test/alert_tests.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/test/alert_tests.cpp b/src/test/alert_tests.cpp index 38dcc6023..b8d5606cc 100644 --- a/src/test/alert_tests.cpp +++ b/src/test/alert_tests.cpp @@ -2,17 +2,14 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -// // Unit tests for alert system -// #include "alert.h" #include "chain.h" #include "chainparams.h" #include "clientversion.h" #include "data/alertTests.raw.h" - -#include "main.h" +#include "main.h" // For PartitionCheck #include "serialize.h" #include "streams.h" #include "util.h" |