summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f30e7bc62..4ed190417 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -22,8 +22,6 @@
#include "main.h"
-#include "utils/gettext.h"
-
#include "client.h"
#include "logger.h"
@@ -31,6 +29,7 @@
#include <iostream>
#include <physfs.h>
+#include "utils/gettext.h"
#include "utils/paths.h"
#include "utils/stringutils.h"
#include "utils/xml.h"