Fix compiling problems with translation stuff disabled

This commit is contained in:
Joshua Leung
2013-01-21 05:42:19 +00:00
parent aa6374dc0a
commit 73a68c95a4

View File

@@ -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"