mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +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
|
|
@ -15,7 +15,6 @@
|
|||
#include <consensus/tx_verify.h>
|
||||
#include <consensus/validation.h>
|
||||
#include <cuckoocache.h>
|
||||
#include <fs.h>
|
||||
#include <hash.h>
|
||||
#include <init.h>
|
||||
#include <policy/fees.h>
|
||||
|
|
@ -39,10 +38,8 @@
|
|||
#include <utilmoneystr.h>
|
||||
#include <utilstrencodings.h>
|
||||
#include <validationinterface.h>
|
||||
#include <versionbits.h>
|
||||
#include <warnings.h>
|
||||
|
||||
#include <atomic>
|
||||
#include <sstream>
|
||||
|
||||
#include <boost/algorithm/string/replace.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue