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>2013-04-01 15:27:47 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-01 15:27:47 +0400
commit5d234f0a0bafddb82d4904abb90fa069d71db2cd (patch)
tree7762286fcc09338851d8b856f20ca5832e5a0117 /source/blender/blenlib/intern/freetypefont.c
parent547342bf737c724641a75b86a16a97ddef2610da (diff)
code cleanup: includes
Diffstat (limited to 'source/blender/blenlib/intern/freetypefont.c')
-rw-r--r--source/blender/blenlib/intern/freetypefont.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/blenlib/intern/freetypefont.c b/source/blender/blenlib/intern/freetypefont.c
index 24a8edae325..10d574e56b4 100644
--- a/source/blender/blenlib/intern/freetypefont.c
+++ b/source/blender/blenlib/intern/freetypefont.c
@@ -47,10 +47,11 @@
#include "MEM_guardedalloc.h"
+#include "BLI_utildefines.h"
#include "BLI_vfontdata.h"
-#include "BLI_blenlib.h"
+#include "BLI_listbase.h"
+#include "BLI_string.h"
#include "BLI_math.h"
-#include "BLI_utildefines.h"
#include "DNA_vfont_types.h"
#include "DNA_packedFile_types.h"