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
parentf9999f3445db47c41d2da538af3abc0ef25576c5 (diff)
remove includes that arnt needed
Diffstat (limited to 'source/blender/blenfont')
-rw-r--r--source/blender/blenfont/intern/blf.c7
-rw-r--r--source/blender/blenfont/intern/blf_dir.c3
-rw-r--r--source/blender/blenfont/intern/blf_font.c1
-rw-r--r--source/blender/blenfont/intern/blf_glyph.c5
-rw-r--r--source/blender/blenfont/intern/blf_util.c2
5 files changed, 0 insertions, 18 deletions
diff --git a/source/blender/blenfont/intern/blf.c b/source/blender/blenfont/intern/blf.c
index 74211bae437..9a65b15200f 100644
--- a/source/blender/blenfont/intern/blf.c
+++ b/source/blender/blenfont/intern/blf.c
@@ -41,14 +41,7 @@
#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"
-#include "BIF_glutil.h"
#include "BLF_api.h"
#include "blf_internal_types.h"
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"
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"
diff --git a/source/blender/blenfont/intern/blf_glyph.c b/source/blender/blenfont/intern/blf_glyph.c
index 8dadaca2653..0d694c28b2b 100644
--- a/source/blender/blenfont/intern/blf_glyph.c
+++ b/source/blender/blenfont/intern/blf_glyph.c
@@ -39,14 +39,9 @@
#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"
#include "BLF_api.h"
diff --git a/source/blender/blenfont/intern/blf_util.c b/source/blender/blenfont/intern/blf_util.c
index a4f9b6a15d0..30e6e3fd3f5 100644
--- a/source/blender/blenfont/intern/blf_util.c
+++ b/source/blender/blenfont/intern/blf_util.c
@@ -30,8 +30,6 @@
#include <stdlib.h>
#include <string.h>
-#include "BIF_gl.h"
-
unsigned int blf_next_p2(unsigned int x)
{