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