mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-22 21:50:14 +01:00
Remove includes in .cpp files for things the corresponding .h file already included
This commit is contained in:
@@ -29,8 +29,6 @@
|
||||
#include <memory>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <univalue.h>
|
||||
|
||||
unsigned int ParseConfirmTarget(const UniValue& value)
|
||||
{
|
||||
int target = value.get_int();
|
||||
|
||||
Reference in New Issue
Block a user