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>2020-10-22 09:30:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-22 09:30:52 +0300
commit36653a92fad456e5ff99573ab82adaa1fca4a273 (patch)
tree5ddec40695c5040fe2fae0addb9c22b62b0bb5d7 /source/blender/blenfont/intern/blf_default.c
parentcf5ae6718c8cc595f19f40dae80ab55296e34ad0 (diff)
Cleanup: centralize BLF default functions in the header
Diffstat (limited to 'source/blender/blenfont/intern/blf_default.c')
-rw-r--r--source/blender/blenfont/intern/blf_default.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/blenfont/intern/blf_default.c b/source/blender/blenfont/intern/blf_default.c
index bd06f14800c..7bbc865128d 100644
--- a/source/blender/blenfont/intern/blf_default.c
+++ b/source/blender/blenfont/intern/blf_default.c
@@ -23,11 +23,6 @@
* Default API, that uses Blender's user preferences for the default size.
*/
-#include <ft2build.h>
-
-#include FT_FREETYPE_H
-#include FT_GLYPH_H
-
#include "DNA_userdef_types.h"
#include "BLI_assert.h"