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>2019-01-26 12:07:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-26 12:08:52 +0300
commit19b5f5493cd6a9b60486d570b6a50c7a42a96ae0 (patch)
tree57b8879621b1590431dc50605a1d25a239c78d27 /source/blender/draw/intern/draw_armature.c
parentb8467273b893967fdecce81c92f8d680edde0059 (diff)
Cleanup: draw manager headers
Diffstat (limited to 'source/blender/draw/intern/draw_armature.c')
-rw-r--r--source/blender/draw/intern/draw_armature.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/blender/draw/intern/draw_armature.c b/source/blender/draw/intern/draw_armature.c
index 08abf85912b..a24476cf8de 100644
--- a/source/blender/draw/intern/draw_armature.c
+++ b/source/blender/draw/intern/draw_armature.c
@@ -30,35 +30,22 @@
#include <string.h>
#include <math.h>
-#include "DNA_anim_types.h"
#include "DNA_armature_types.h"
#include "DNA_constraint_types.h"
#include "DNA_scene_types.h"
-#include "DNA_screen_types.h"
#include "DNA_view3d_types.h"
#include "DNA_object_types.h"
#include "DRW_render.h"
-#include "BLI_blenlib.h"
#include "BLI_math.h"
-#include "BLI_dlrbTree.h"
#include "BLI_utildefines.h"
-#include "BKE_animsys.h"
-#include "BKE_action.h"
#include "BKE_armature.h"
-#include "BKE_global.h"
-#include "BKE_modifier.h"
-#include "BKE_nla.h"
-#include "BKE_curve.h"
-#include "BIF_gl.h"
#include "ED_armature.h"
-#include "ED_keyframes_draw.h"
-#include "GPU_select.h"
#include "UI_resources.h"