Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blentranslation')
-rw-r--r--source/blender/blentranslation/intern/blt_lang.c5
-rw-r--r--source/blender/blentranslation/intern/blt_translation.c4
2 files changed, 3 insertions, 6 deletions
diff --git a/source/blender/blentranslation/intern/blt_lang.c b/source/blender/blentranslation/intern/blt_lang.c
index a36fe245a2a..89f8e7b7acc 100644
--- a/source/blender/blentranslation/intern/blt_lang.c
+++ b/source/blender/blentranslation/intern/blt_lang.c
@@ -42,8 +42,6 @@
#include "BLT_translation.h"
#include "BLT_lang.h" /* own include */
-#include "BLI_fileops.h"
-#include "BLI_linklist.h"
#include "BLI_path_util.h"
#include "BLI_string.h"
#include "BLI_utildefines.h"
@@ -60,6 +58,9 @@ static void blt_lang_check_ime_supported(void);
#ifdef WITH_INTERNATIONAL
+#include "BLI_fileops.h"
+#include "BLI_linklist.h"
+
#include "boost_locale_wrapper.h"
/* Locale options. */
diff --git a/source/blender/blentranslation/intern/blt_translation.c b/source/blender/blentranslation/intern/blt_translation.c
index 40d384dd0fe..91370b9a509 100644
--- a/source/blender/blentranslation/intern/blt_translation.c
+++ b/source/blender/blentranslation/intern/blt_translation.c
@@ -38,10 +38,6 @@
#include "MEM_guardedalloc.h"
-#include "BLI_fileops.h"
-#include "BLI_path_util.h"
-#include "BLI_string.h"
-#include "BLI_threads.h"
#include "DNA_userdef_types.h" /* For user settings. */