refactor: remove clientversion include from dbwrapper.h

This commit is contained in:
Cory Fields
2023-09-07 15:39:30 +00:00
parent 4240a082b8
commit e73d2a8018
6 changed files with 5 additions and 1 deletions

View File

@@ -6,7 +6,6 @@
#define BITCOIN_DBWRAPPER_H
#include <attributes.h>
#include <clientversion.h>
#include <serialize.h>
#include <span.h>
#include <streams.h>