mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Remove includes in .cpp files for things the corresponding .h file already included
This commit is contained in:
parent
99bc0b428b
commit
a720b928c8
37 changed files with 0 additions and 76 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue