diff options
| author | Ben Woosley <[email protected]> | 2018-06-14 10:26:27 +0000 |
|---|---|---|
| committer | Ben Woosley <[email protected]> | 2018-06-25 00:08:00 -0400 |
| commit | e62fdfeeab13ff65bcedac30f08a3216f3b29255 (patch) | |
| tree | 43ef4672eaa7f48fdb7c6723d0609bc97301f07e /src/rpc/misc.cpp | |
| parent | Merge #13530: bench: Add missing pow.h header (diff) | |
| download | discoin-e62fdfeeab13ff65bcedac30f08a3216f3b29255.tar.xz discoin-e62fdfeeab13ff65bcedac30f08a3216f3b29255.zip | |
Drop unused init.h includes
These were entirely unused, as based on successful compilation
and a grep for:
\bStartShutdown\(\)|\bShutdownRequested\(\)|\bInterrupt\(\)|\bShutdown\(\)|\bInitLogging\(\)|\bInitParameterInteraction\(\)|\bAppInitBasicSetup\(\)|\bAppInitParameterInteraction\(\)|\bAppInitSanityChecks\(\)|\bAppInitLockDataDirectory\(\)|\bAppInitMain\(\)|\bSetupServerArgs\(\)|\bLicenseInfo\(\)|g_wallet_init_interface|init.h
Diffstat (limited to 'src/rpc/misc.cpp')
| -rw-r--r-- | src/rpc/misc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp index 6772784d3..2d8bed85b 100644 --- a/src/rpc/misc.cpp +++ b/src/rpc/misc.cpp @@ -7,7 +7,6 @@ #include <clientversion.h> #include <core_io.h> #include <crypto/ripemd160.h> -#include <init.h> #include <key_io.h> #include <validation.h> #include <httpserver.h> |