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>2018-06-04 17:03:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-04 17:03:52 +0300
commit4b5670ac11e40191bf7607f77437b0ab012c4fba (patch)
tree8861a2a097287c9b486c41590a2f666d86356c7c /source/blender/blenkernel/intern/subsurf_ccg.c
parent3b4c7a8c9b0be2471afb9da46d42078298540f39 (diff)
Cleanup: redundant headers
Diffstat (limited to 'source/blender/blenkernel/intern/subsurf_ccg.c')
-rw-r--r--source/blender/blenkernel/intern/subsurf_ccg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/subsurf_ccg.c b/source/blender/blenkernel/intern/subsurf_ccg.c
index a64ef7962f1..ef49a7af5f3 100644
--- a/source/blender/blenkernel/intern/subsurf_ccg.c
+++ b/source/blender/blenkernel/intern/subsurf_ccg.c
@@ -74,8 +74,6 @@
#include "BKE_scene.h"
#include "BKE_subsurf.h"
-#include "DEG_depsgraph_query.h"
-
#ifndef USE_DYNSIZE
# include "BLI_array.h"
#endif