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

@@ -3,6 +3,7 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <chainparams.h>
#include <clientversion.h>
#include <node/blockstorage.h>
#include <node/context.h>
#include <node/kernel_notifications.h>