aboutsummaryrefslogtreecommitdiff
path: root/src/dbwrapper.h
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2023-09-07 15:39:30 +0000
committerCory Fields <cory-nospam-@coryfields.com>2023-09-08 13:40:15 +0000
commite73d2a8018def940afadb5d699b18f39e882c1fc (patch)
tree4f5ab44ccd978592c109679a0b746c10a9184e86 /src/dbwrapper.h
parent4240a082b81d8ceb7615b1b4ca0d2857382f317b (diff)
downloadbitcoin-e73d2a8018def940afadb5d699b18f39e882c1fc.tar.xz
refactor: remove clientversion include from dbwrapper.h
Diffstat (limited to 'src/dbwrapper.h')
-rw-r--r--src/dbwrapper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dbwrapper.h b/src/dbwrapper.h
index 44366d0033..2f7448e878 100644
--- a/src/dbwrapper.h
+++ b/src/dbwrapper.h
@@ -6,7 +6,6 @@
#define BITCOIN_DBWRAPPER_H
#include <attributes.h>
-#include <clientversion.h>
#include <serialize.h>
#include <span.h>
#include <streams.h>