From 84f2cad3897d0dacb60cfef4e1860ffb8ec268e1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 May 2014 16:23:46 +0300 Subject: fix debug.h position in gettexthelper. --- src/utils/gettexthelper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/gettexthelper.cpp b/src/utils/gettexthelper.cpp index 3d10c6848..8636acb34 100644 --- a/src/utils/gettexthelper.cpp +++ b/src/utils/gettexthelper.cpp @@ -23,8 +23,6 @@ #include "client.h" #include "configuration.h" -#include "debug.h" - #ifdef ENABLE_NLS #include "logger.h" @@ -36,6 +34,8 @@ extern "C" char const *_nl_locale_name_default(void); #endif +#include "debug.h" + void GettextHelper::initLang() { #ifdef ENABLE_NLS -- cgit v1.2.3-70-g09d2