From 8c455e1da807265f5eb684cdb3e85d7dcca1f2a9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 8 Aug 2010 08:33:47 +0000 Subject: remove unused includes --- source/blender/editors/gpencil/drawgpencil.c | 2 -- source/blender/editors/gpencil/editaction_gpencil.c | 5 ----- source/blender/editors/gpencil/gpencil_buttons.c | 1 - source/blender/editors/gpencil/gpencil_edit.c | 5 ----- source/blender/editors/gpencil/gpencil_paint.c | 1 - 5 files changed, 14 deletions(-) (limited to 'source/blender/editors/gpencil') diff --git a/source/blender/editors/gpencil/drawgpencil.c b/source/blender/editors/gpencil/drawgpencil.c index 2b26f4a295d..5e0e09231eb 100644 --- a/source/blender/editors/gpencil/drawgpencil.c +++ b/source/blender/editors/gpencil/drawgpencil.c @@ -44,11 +44,9 @@ #include "DNA_screen_types.h" #include "DNA_space_types.h" -#include "BKE_blender.h" #include "BKE_context.h" #include "BKE_global.h" #include "BKE_gpencil.h" -#include "BKE_sequencer.h" #include "BKE_utildefines.h" diff --git a/source/blender/editors/gpencil/editaction_gpencil.c b/source/blender/editors/gpencil/editaction_gpencil.c index dff0839b5bd..9073cb01d5f 100644 --- a/source/blender/editors/gpencil/editaction_gpencil.c +++ b/source/blender/editors/gpencil/editaction_gpencil.c @@ -37,11 +37,6 @@ #include "BLI_blenlib.h" -#include "BKE_global.h" -#include "BKE_utildefines.h" -#include "BKE_blender.h" -#include "BKE_fcurve.h" -#include "BKE_gpencil.h" #include "BIF_gl.h" #include "BIF_glutil.h" diff --git a/source/blender/editors/gpencil/gpencil_buttons.c b/source/blender/editors/gpencil/gpencil_buttons.c index c051678b86b..00a6d0fb94d 100644 --- a/source/blender/editors/gpencil/gpencil_buttons.c +++ b/source/blender/editors/gpencil/gpencil_buttons.c @@ -41,7 +41,6 @@ #include "BKE_context.h" #include "BKE_global.h" #include "BKE_gpencil.h" -#include "BKE_utildefines.h" #include "WM_api.h" #include "WM_types.h" diff --git a/source/blender/editors/gpencil/gpencil_edit.c b/source/blender/editors/gpencil/gpencil_edit.c index fb72ec8f3b4..d41b581e9e0 100644 --- a/source/blender/editors/gpencil/gpencil_edit.c +++ b/source/blender/editors/gpencil/gpencil_edit.c @@ -47,17 +47,12 @@ #include "DNA_view3d_types.h" #include "DNA_gpencil_types.h" -#include "BKE_armature.h" -#include "BKE_blender.h" #include "BKE_context.h" #include "BKE_curve.h" -#include "BKE_global.h" #include "BKE_gpencil.h" -#include "BKE_image.h" #include "BKE_library.h" #include "BKE_object.h" #include "BKE_report.h" -#include "BKE_utildefines.h" #include "BIF_gl.h" #include "BIF_glutil.h" diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c index abee15990d1..cfa7af99d2a 100644 --- a/source/blender/editors/gpencil/gpencil_paint.c +++ b/source/blender/editors/gpencil/gpencil_paint.c @@ -40,7 +40,6 @@ #include "BKE_context.h" #include "BKE_global.h" #include "BKE_report.h" -#include "BKE_utildefines.h" #include "DNA_object_types.h" #include "DNA_scene_types.h" -- cgit v1.2.3