Blender Git Loki
Git Commits -> Revision 8e1dd7e
Revision 8e1dd7e by Sergey Sharybin (master) January 19, 2018, 14:19 (GMT) |
Cycles: Remove unneeded include statements Also try to move them from headers to implementation files as much as possible. |
Commit Details:
Full Hash: 8e1dd7ed81d6a3806e2fa4eda667e9d2598541f3
Parent Commit: 0fe4100
Lines Changed: +4, -30
28 Modified Paths:
/intern/cycles/app/cycles_xml.cpp (+0, -1) (Diff)
/intern/cycles/blender/blender_python.cpp (+1, -0) (Diff)
/intern/cycles/bvh/bvh_build.cpp (+0, -1) (Diff)
/intern/cycles/bvh/bvh_node.cpp (+0, -1) (Diff)
/intern/cycles/bvh/bvh_sort.cpp (+0, -1) (Diff)
/intern/cycles/bvh/bvh_unaligned.cpp (+0, -1) (Diff)
/intern/cycles/device/device.cpp (+0, -1) (Diff)
/intern/cycles/device/device_memory.h (+0, -1) (Diff)
/intern/cycles/device/opencl/opencl_base.cpp (+1, -0) (Diff)
/intern/cycles/device/opencl/opencl_split.cpp (+1, -0) (Diff)
/intern/cycles/device/opencl/opencl_util.cpp (+1, -0) (Diff)
/intern/cycles/kernel/osl/osl_closures.cpp (+0, -1) (Diff)
/intern/cycles/render/attribute.cpp (+0, -1) (Diff)
/intern/cycles/render/buffers.cpp (+0, -1) (Diff)
/intern/cycles/render/film.cpp (+0, -1) (Diff)
/intern/cycles/render/graph.cpp (+0, -1) (Diff)
/intern/cycles/render/sobol.cpp (+0, -1) (Diff)
/intern/cycles/render/svm.cpp (+0, -1) (Diff)
/intern/cycles/render/tables.cpp (+0, -1) (Diff)
/intern/cycles/subd/subd_dice.cpp (+0, -2) (Diff)
/intern/cycles/subd/subd_split.cpp (+0, -1) (Diff)
/intern/cycles/util/util_debug.h (+0, -2) (Diff)
/intern/cycles/util/util_guarded_allocator.h (+0, -3) (Diff)
/intern/cycles/util/util_image_impl.h (+0, -1) (Diff)
/intern/cycles/util/util_path.cpp (+0, -1) (Diff)
/intern/cycles/util/util_simd.h (+0, -1) (Diff)
/intern/cycles/util/util_stack_allocator.h (+0, -3) (Diff)
/intern/cycles/util/util_task.cpp (+0, -1) (Diff)
/intern/cycles/blender/blender_python.cpp (+1, -0) (Diff)
/intern/cycles/bvh/bvh_build.cpp (+0, -1) (Diff)
/intern/cycles/bvh/bvh_node.cpp (+0, -1) (Diff)
/intern/cycles/bvh/bvh_sort.cpp (+0, -1) (Diff)
/intern/cycles/bvh/bvh_unaligned.cpp (+0, -1) (Diff)
/intern/cycles/device/device.cpp (+0, -1) (Diff)
/intern/cycles/device/device_memory.h (+0, -1) (Diff)
/intern/cycles/device/opencl/opencl_base.cpp (+1, -0) (Diff)
/intern/cycles/device/opencl/opencl_split.cpp (+1, -0) (Diff)
/intern/cycles/device/opencl/opencl_util.cpp (+1, -0) (Diff)
/intern/cycles/kernel/osl/osl_closures.cpp (+0, -1) (Diff)
/intern/cycles/render/attribute.cpp (+0, -1) (Diff)
/intern/cycles/render/buffers.cpp (+0, -1) (Diff)
/intern/cycles/render/film.cpp (+0, -1) (Diff)
/intern/cycles/render/graph.cpp (+0, -1) (Diff)
/intern/cycles/render/sobol.cpp (+0, -1) (Diff)
/intern/cycles/render/svm.cpp (+0, -1) (Diff)
/intern/cycles/render/tables.cpp (+0, -1) (Diff)
/intern/cycles/subd/subd_dice.cpp (+0, -2) (Diff)
/intern/cycles/subd/subd_split.cpp (+0, -1) (Diff)
/intern/cycles/util/util_debug.h (+0, -2) (Diff)
/intern/cycles/util/util_guarded_allocator.h (+0, -3) (Diff)
/intern/cycles/util/util_image_impl.h (+0, -1) (Diff)
/intern/cycles/util/util_path.cpp (+0, -1) (Diff)
/intern/cycles/util/util_simd.h (+0, -1) (Diff)
/intern/cycles/util/util_stack_allocator.h (+0, -3) (Diff)
/intern/cycles/util/util_task.cpp (+0, -1) (Diff)