summaryrefslogtreecommitdiff
path: root/src/utils/gettexthelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/gettexthelper.cpp')
-rw-r--r--src/utils/gettexthelper.cpp4
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