Add cancel button to password change menu. (#5720)
[oweals/minetest.git] / src / database-redis.h
index 3addaa20a7ad0c8e6e01fd997f03973d28353dc5..fa15dd8a7e8eb021995d8b83617ee458ff166780 100644 (file)
@@ -24,13 +24,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #if USE_REDIS
 
-#include "database.h"
 #include <hiredis.h>
 #include <string>
+#include "database.h"
 
 class Settings;
 
-class Database_Redis : public Database
+class Database_Redis : public MapDatabase
 {
 public:
        Database_Redis(Settings &conf);
@@ -52,4 +52,3 @@ private:
 #endif // USE_REDIS
 
 #endif
-