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_hair.c
parentb8467273b893967fdecce81c92f8d680edde0059 (diff)
Cleanup: draw manager headers
Diffstat (limited to 'source/blender/draw/intern/draw_hair.c')
-rw-r--r--source/blender/draw/intern/draw_hair.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/draw/intern/draw_hair.c b/source/blender/draw/intern/draw_hair.c
index 7c83f28f995..af49f94b98d 100644
--- a/source/blender/draw/intern/draw_hair.c
+++ b/source/blender/draw/intern/draw_hair.c
@@ -34,18 +34,12 @@
#include "BLI_utildefines.h"
#include "BLI_string_utils.h"
-#include "DNA_mesh_types.h"
-#include "DNA_meshdata_types.h"
#include "DNA_modifier_types.h"
#include "DNA_particle_types.h"
#include "DNA_customdata_types.h"
#include "BKE_anim.h"
-#include "BKE_mesh.h"
-#include "BKE_particle.h"
-#include "BKE_pointcache.h"
-#include "ED_particle.h"
#include "GPU_batch.h"
#include "GPU_shader.h"