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 +#include + +#include "RNA_types.h" #include "BLF_translation.h" /* own include */ @@ -34,8 +38,6 @@ #ifdef WITH_INTERNATIONAL -#include -#include #include #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"