diff options
author | Anthony Towns <aj@erisian.com.au> | 2022-10-05 18:50:33 +1000 |
---|---|---|
committer | Anthony Towns <aj@erisian.com.au> | 2022-10-07 14:39:40 +1000 |
commit | ff8d44d1967d8ff9fb9b9ea0b87c0470d8cc2550 (patch) | |
tree | 121fdfdfae0da81de11786b5c231834219b4779c /src/init.cpp | |
parent | 73b61717a977fc9d23f1bae3f8620641a9dee1f3 (diff) |
Remove unnecessary includes of txorphange.h
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 25b40c6c6e..9a53003168 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -65,7 +65,6 @@ #include <torcontrol.h> #include <txdb.h> #include <txmempool.h> -#include <txorphanage.h> #include <util/asmap.h> #include <util/check.h> #include <util/moneystr.h> |