diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-31 16:23:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-31 16:23:46 +0300 |
commit | 84f2cad3897d0dacb60cfef4e1860ffb8ec268e1 (patch) | |
tree | 8c3089930e0966c0aab17a42959da56235448c47 /src/utils/gettexthelper.cpp | |
parent | 499a0bc5b9c7d57c227eaf16d11b14865bd066d5 (diff) | |
download | plus-84f2cad3897d0dacb60cfef4e1860ffb8ec268e1.tar.gz plus-84f2cad3897d0dacb60cfef4e1860ffb8ec268e1.tar.bz2 plus-84f2cad3897d0dacb60cfef4e1860ffb8ec268e1.tar.xz plus-84f2cad3897d0dacb60cfef4e1860ffb8ec268e1.zip |
fix debug.h position in gettexthelper.
Diffstat (limited to 'src/utils/gettexthelper.cpp')
-rw-r--r-- | src/utils/gettexthelper.cpp | 4 |
1 files 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 |