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

@@ -4,6 +4,7 @@
#include <map>
#include <clientversion.h>
#include <common/args.h>
#include <dbwrapper.h>
#include <hash.h>

View File

@@ -4,6 +4,7 @@
#include <index/txindex.h>
#include <clientversion.h>
#include <common/args.h>
#include <index/disktxpos.h>
#include <logging.h>