Update CMakeLists.txt - play with openssl
[novacoin.git] / src / txdb-leveldb.h
index 50b390b..8dbd952 100644 (file)
@@ -8,10 +8,7 @@
 
 #include "serialize.h"
 #include "streams.h"
-
-#include <map>
-#include <string>
-#include <vector>
+#include "version.h"
 
 #include <leveldb/db.h>
 #include <leveldb/write_batch.h>
@@ -216,4 +213,4 @@ public:
 };
 
 
-#endif // BITCOIN_DB_H
+#endif // BITCOIN_LEVELDB_H