aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2017-11-16 22:26:34 +0100
committerpracticalswift <[email protected]>2017-11-16 22:26:34 +0100
commita720b928c80f18d340173f39f63e7ef9cfb367c1 (patch)
tree05b9a3a0f1822ca807e3bdcf0dcd4aefdb46268c /src/util.cpp
parentMerge #11087: Diagnose unsuitable outputs in lockunspent(). (diff)
downloaddiscoin-a720b928c80f18d340173f39f63e7ef9cfb367c1.tar.xz
discoin-a720b928c80f18d340173f39f63e7ef9cfb367c1.zip
Remove includes in .cpp files for things the corresponding .h file already included
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/util.cpp b/src/util.cpp
index b87dd091b..4141ffeb1 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -3,18 +3,12 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
-#if defined(HAVE_CONFIG_H)
-#include <config/bitcoin-config.h>
-#endif
-
#include <util.h>
#include <chainparamsbase.h>
-#include <fs.h>
#include <random.h>
#include <serialize.h>
#include <utilstrencodings.h>
-#include <utiltime.h>
#include <stdarg.h>