diff options
| author | Jorge Timón <[email protected]> | 2015-07-05 14:30:07 +0200 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2015-07-23 21:10:26 +0200 |
| commit | 60c8bac77c6612b84e3496b2227a01058d720ecc (patch) | |
| tree | 81c2eb2843639b823626fb8c02514d02129874a9 /src/test/mempool_tests.cpp | |
| parent | TRIVIAL: Missing includes (diff) | |
| download | discoin-60c8bac77c6612b84e3496b2227a01058d720ecc.tar.xz discoin-60c8bac77c6612b84e3496b2227a01058d720ecc.zip | |
Includes: Cleanup around net main and wallet
-Move from .h to .cpp: in main, net and wallet
-Remove unnecessary #include "main.h"
-Cleanup some wallet files includes
Diffstat (limited to 'src/test/mempool_tests.cpp')
| -rw-r--r-- | src/test/mempool_tests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/mempool_tests.cpp b/src/test/mempool_tests.cpp index 0996e13c4..2439689d7 100644 --- a/src/test/mempool_tests.cpp +++ b/src/test/mempool_tests.cpp @@ -2,7 +2,6 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include "main.h" #include "txmempool.h" #include "util.h" |