diff options
Diffstat (limited to 'src/os/LevelDBStore.h')
-rw-r--r-- | src/os/LevelDBStore.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/os/LevelDBStore.h b/src/os/LevelDBStore.h index 0fd9a11bced..fedf5e509a7 100644 --- a/src/os/LevelDBStore.h +++ b/src/os/LevelDBStore.h @@ -4,17 +4,16 @@ #define LEVEL_DB_STORE_H #include "include/types.h" -#include "include/buffer.h" -#include "KeyValueDB.h" -#include <set> -#include <map> -#include <string> -#include <tr1/memory> + #include <boost/scoped_ptr.hpp> + +#include "include/buffer.h" #include "leveldb/db.h" #include "leveldb/write_batch.h" #include "leveldb/slice.h" +#include "KeyValueDB.h" + /** * Uses LevelDB to implement the KeyValueDB interface */ |