Clang-format: trivial fix on some headers (#5495)
[oweals/minetest.git] / src / database-leveldb.h
index 3993db0c3ae7559b02b86ba6d7c7fd62bcb105bd..17194674131e86627f81b229a5de00879a1d66c1 100644 (file)
@@ -24,9 +24,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #if USE_LEVELDB
 
+#include <string>
 #include "database.h"
 #include "leveldb/db.h"
-#include <string>
 
 class Database_LevelDB : public Database
 {
@@ -46,4 +46,3 @@ private:
 #endif // USE_LEVELDB
 
 #endif
-