From 259696741cb8f536d708887c76bea363eeebaab4 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Thu, 26 Dec 2013 17:55:24 +0100 Subject: [PATCH] Use the plain include ( instead of ) --- src/libdanbooru/danbooru.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/libdanbooru/danbooru.h b/src/libdanbooru/danbooru.h index 939c1e6..35284ab 100644 --- a/src/libdanbooru/danbooru.h +++ b/src/libdanbooru/danbooru.h @@ -23,10 +23,10 @@ #ifndef DANBOORU_H #define DANBOORU_H -#include - #include "version.h" +#include + /** * @brief The Danbooru namespace. * @file danbooru.h @@ -68,6 +68,7 @@ namespace Danbooru { Q_DECLARE_FLAGS(Ratings, Rating) Q_DECLARE_OPERATORS_FOR_FLAGS(Ratings) + }; // namespace Danbooru #endif // DANBOORU_H