diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-11-16 22:26:34 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-11-16 22:26:34 +0100 |
commit | a720b928c80f18d340173f39f63e7ef9cfb367c1 (patch) | |
tree | 05b9a3a0f1822ca807e3bdcf0dcd4aefdb46268c /src/dbwrapper.cpp | |
parent | 99bc0b428b03b571afbc311b7f18fd3a707ac5af (diff) |
Remove includes in .cpp files for things the corresponding .h file already included
Diffstat (limited to 'src/dbwrapper.cpp')
-rw-r--r-- | src/dbwrapper.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dbwrapper.cpp b/src/dbwrapper.cpp index 92c4fe363c..d2d46099f3 100644 --- a/src/dbwrapper.cpp +++ b/src/dbwrapper.cpp @@ -4,8 +4,6 @@ #include <dbwrapper.h> -#include <fs.h> -#include <util.h> #include <random.h> #include <leveldb/cache.h> |