summaryrefslogtreecommitdiff
path: root/src/database-redis.h
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2017-04-01 14:48:16 +0200
committerGitHub <noreply@github.com>2017-04-01 14:48:16 +0200
commit987eb2b7615104f3f70e56e51f1dd3df5b2a41eb (patch)
tree8bc37ba6257442f190248c38651db38c6c87cb6e /src/database-redis.h
parent63ac62ec8abe30f0d6dd2cfe0ddaab291c36893f (diff)
downloadminetest-987eb2b7615104f3f70e56e51f1dd3df5b2a41eb.tar.gz
minetest-987eb2b7615104f3f70e56e51f1dd3df5b2a41eb.tar.bz2
minetest-987eb2b7615104f3f70e56e51f1dd3df5b2a41eb.zip
Clang-format: trivial fix on some headers (#5495)
Fix some headers style and remove them from whitelist
Diffstat (limited to 'src/database-redis.h')
-rw-r--r--src/database-redis.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/database-redis.h b/src/database-redis.h
index 3addaa20a..214bc8dd6 100644
--- a/src/database-redis.h
+++ b/src/database-redis.h
@@ -24,9 +24,9 @@ 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;
@@ -52,4 +52,3 @@ private:
#endif // USE_REDIS
#endif
-