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:
authorCampbell Barton <ideasman42@gmail.com>2014-03-30 13:35:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-30 13:35:59 +0400
commit0319db10639217a17f77b9d1e16e8e28dca6022e (patch)
tree43b9bfb5da224676275b06b237c163649847bab2 /source/blender/blenfont
parent905c8168348bc67664dd90e45d2b0104fb3cfc2e (diff)
Correct own recent changes broke release builds
Diffstat (limited to 'source/blender/blenfont')
-rw-r--r--source/blender/blenfont/intern/blf_font.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenfont/intern/blf_font.c b/source/blender/blenfont/intern/blf_font.c
index ac035026814..324d20b2703 100644
--- a/source/blender/blenfont/intern/blf_font.c
+++ b/source/blender/blenfont/intern/blf_font.c
@@ -55,7 +55,6 @@
#include "BLI_threads.h"
#include "BLI_alloca.h"
#include "BLI_linklist.h" /* linknode */
-#include "BLI_strict_flags.h"
#include "BIF_gl.h"
#include "BLF_api.h"
@@ -65,6 +64,8 @@
#include "blf_internal_types.h"
#include "blf_internal.h"
+#include "BLI_strict_flags.h"
+
/* freetype2 handle ONLY for this file!. */
static FT_Library ft_lib;
static SpinLock ft_lib_mutex;