Remove includes in .cpp files for things the corresponding .h file already included

This commit is contained in:
practicalswift
2017-11-16 22:26:34 +01:00
parent 99bc0b428b
commit a720b928c8
37 changed files with 0 additions and 76 deletions

View File

@@ -3,10 +3,6 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifdef HAVE_CONFIG_H
#include <config/bitcoin-config.h>
#endif
#include <netaddress.h>
#include <hash.h>
#include <utilstrencodings.h>