Fix compiling problems with translation stuff disabled
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user