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:
authorJoshua Leung <aligorith@gmail.com>2013-01-21 09:42:19 +0400
committerJoshua Leung <aligorith@gmail.com>2013-01-21 09:42:19 +0400
commit73a68c95a45c03f05ab8634ffcdb3e2fbd508b5c (patch)
treea28fee22d2fd2a1d06489ffb7f2207e39e2ab526 /source/blender/blenfont
parentaa6374dc0af16a39d3f955ba05087be0b7e57fa0 (diff)
Fix compiling problems with translation stuff disabled
Diffstat (limited to 'source/blender/blenfont')
-rw-r--r--source/blender/blenfont/intern/blf_lang.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/blenfont/intern/blf_lang.c b/source/blender/blenfont/intern/blf_lang.c
index 84e2ca8edcd..4ce21200456 100644
--- a/source/blender/blenfont/intern/blf_lang.c
+++ b/source/blender/blenfont/intern/blf_lang.c
@@ -27,6 +27,10 @@
* \ingroup blf
*/
+#include <stdio.h>
+#include <stdlib.h>
+
+#include "RNA_types.h"
#include "BLF_translation.h" /* own include */
@@ -34,8 +38,6 @@
#ifdef WITH_INTERNATIONAL
-#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
#include "boost_locale_wrapper.h"
@@ -44,8 +46,6 @@
#include "DNA_userdef_types.h"
-#include "RNA_types.h"
-
#include "MEM_guardedalloc.h"
#include "BLI_fileops.h"