From 987eb2b7615104f3f70e56e51f1dd3df5b2a41eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Sat, 1 Apr 2017 14:48:16 +0200 Subject: Clang-format: trivial fix on some headers (#5495) Fix some headers style and remove them from whitelist --- src/database-redis.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/database-redis.h') 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 #include +#include "database.h" class Settings; @@ -52,4 +52,3 @@ private: #endif // USE_REDIS #endif - -- cgit v1.2.3