diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2019-07-31 10:03:55 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2019-10-15 22:56:43 +0000 |
commit | 084e17cebd424b8e8ced674bc810eef4e6ee5d3b (patch) | |
tree | 683800e6c7b199e26ac19d481f2cb6e340cebf29 /src/wallet/db.h | |
parent | eb292af309aa57f3d7998b01307dd4cb91702908 (diff) |
Remove unused includes
Diffstat (limited to 'src/wallet/db.h')
-rw-r--r-- | src/wallet/db.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/db.h b/src/wallet/db.h index 94f41eaf16..d9d2070cfc 100644 --- a/src/wallet/db.h +++ b/src/wallet/db.h @@ -10,9 +10,7 @@ #include <fs.h> #include <serialize.h> #include <streams.h> -#include <sync.h> #include <util/system.h> -#include <version.h> #include <atomic> #include <map> |