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

@@ -11,6 +11,7 @@
#include <arith_uint256.h>
#include <chain.h>
#include <checkqueue.h>
#include <clientversion.h>
#include <consensus/amount.h>
#include <consensus/consensus.h>
#include <consensus/merkle.h>