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>2010-03-21 16:07:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-21 16:07:31 +0300
commitf9c25a9928aaa6754f2bdb5f8febf4901dbfa335 (patch)
treebba08f4b2f454877b5dcb24e6c562cbfb97f8e8b /source/blender/blenfont/intern/blf_font.c
parentf9999f3445db47c41d2da538af3abc0ef25576c5 (diff)
remove includes that arnt needed
Diffstat (limited to 'source/blender/blenfont/intern/blf_font.c')
-rw-r--r--source/blender/blenfont/intern/blf_font.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenfont/intern/blf_font.c b/source/blender/blenfont/intern/blf_font.c
index 1ee3e1503dd..2d79626a3d6 100644
--- a/source/blender/blenfont/intern/blf_font.c
+++ b/source/blender/blenfont/intern/blf_font.c
@@ -45,7 +45,6 @@
#include "BLI_blenlib.h"
#include "BLI_linklist.h" /* linknode */
-#include "BLI_string.h"
#include "BLI_math.h"
#include "BIF_gl.h"