mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-31 00:05:13 +02: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