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:
authorRob Haarsma <phaseIV@zonnet.nl>2005-01-21 17:48:03 +0300
committerRob Haarsma <phaseIV@zonnet.nl>2005-01-21 17:48:03 +0300
commit136ecd46442d5cb95c7f546e5a401d5df458a2f9 (patch)
treed837c5ca98abc7ff6844749aa2c2e2760b2d78b8 /source/blender/src/header_script.c
parent465b15eb695ef96534b008199fa90af0936febde (diff)
Modified interface texture font support, which should work nicely with the freshly added bFTGL library.
Also removed some redundant #include's on some files.
Diffstat (limited to 'source/blender/src/header_script.c')
-rw-r--r--source/blender/src/header_script.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/src/header_script.c b/source/blender/src/header_script.c
index 7a6b04e320c..27755aafd21 100644
--- a/source/blender/src/header_script.c
+++ b/source/blender/src/header_script.c
@@ -47,12 +47,6 @@
#include "BLI_blenlib.h"
-#include "BMF_Api.h"
-#include "BIF_language.h"
-#ifdef INTERNATIONAL
-#include "FTF_Api.h"
-#endif
-
#include "BSE_headerbuttons.h"
#include "DNA_ID.h"