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_dir.c
parentf9999f3445db47c41d2da538af3abc0ef25576c5 (diff)
remove includes that arnt needed
Diffstat (limited to 'source/blender/blenfont/intern/blf_dir.c')
-rw-r--r--source/blender/blenfont/intern/blf_dir.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenfont/intern/blf_dir.c b/source/blender/blenfont/intern/blf_dir.c
index 5d623c61d34..e650586aa9c 100644
--- a/source/blender/blenfont/intern/blf_dir.c
+++ b/source/blender/blenfont/intern/blf_dir.c
@@ -36,14 +36,11 @@
#include "MEM_guardedalloc.h"
-#include "DNA_listBase.h"
#include "DNA_vec_types.h"
#include "BKE_utildefines.h"
#include "BLI_blenlib.h"
-#include "BLI_linklist.h" /* linknode */
-#include "BLI_string.h"
#include "BIF_gl.h"