[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [53942] trunk/blender/source/blender/ blenfont/intern/blf_lang.c: Fix compiling problems with translation stuff disabled

Joshua Leung aligorith at gmail.com
Mon Jan 21 06:42:27 CET 2013


Revision: 53942
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53942
Author:   aligorith
Date:     2013-01-21 05:42:19 +0000 (Mon, 21 Jan 2013)
Log Message:
-----------
Fix compiling problems with translation stuff disabled

Modified Paths:
--------------
    trunk/blender/source/blender/blenfont/intern/blf_lang.c

Modified: trunk/blender/source/blender/blenfont/intern/blf_lang.c
===================================================================
--- trunk/blender/source/blender/blenfont/intern/blf_lang.c	2013-01-21 03:00:10 UTC (rev 53941)
+++ trunk/blender/source/blender/blenfont/intern/blf_lang.c	2013-01-21 05:42:19 UTC (rev 53942)
@@ -27,15 +27,17 @@
  *  \ingroup blf
  */
 
+#include <stdio.h>
+#include <stdlib.h>
 
+#include "RNA_types.h"
+
 #include "BLF_translation.h" /* own include */
 
 #include "BLI_utildefines.h"
 
 #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"




More information about the Bf-blender-cvs mailing list