aboutsummaryrefslogtreecommitdiff
path: root/src/test/mempool_tests.cpp
diff options
context:
space:
mode:
authorJorge Timón <jtimon@jtimon.cc>2015-07-05 14:30:07 +0200
committerJorge Timón <jtimon@jtimon.cc>2015-07-23 21:10:26 +0200
commit60c8bac77c6612b84e3496b2227a01058d720ecc (patch)
tree81c2eb2843639b823626fb8c02514d02129874a9 /src/test/mempool_tests.cpp
parent9dd793f499254600efa468938cef9baa28ac81b0 (diff)
downloadbitcoin-60c8bac77c6612b84e3496b2227a01058d720ecc.tar.xz
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.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/mempool_tests.cpp b/src/test/mempool_tests.cpp
index 0996e13c48..2439689d7f 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"