mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 07:39:08 +01:00
Remove includes in .cpp files for things the corresponding .h file already included
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
#include <init.h>
|
||||
#include <validation.h>
|
||||
#include <merkleblock.h>
|
||||
#include <net.h>
|
||||
#include <netmessagemaker.h>
|
||||
#include <netbase.h>
|
||||
#include <policy/fees.h>
|
||||
@@ -30,7 +29,6 @@
|
||||
#include <util.h>
|
||||
#include <utilmoneystr.h>
|
||||
#include <utilstrencodings.h>
|
||||
#include <validationinterface.h>
|
||||
|
||||
#if defined(NDEBUG)
|
||||
# error "Bitcoin cannot be compiled without assertions."
|
||||
|
||||
Reference in New Issue
Block a user