From 8e1dd7ed81d6a3806e2fa4eda667e9d2598541f3 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 19 Jan 2018 14:55:53 +0100 Subject: Cycles: Remove unneeded include statements Also try to move them from headers to implementation files as much as possible. --- intern/cycles/bvh/bvh_build.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'intern/cycles/bvh/bvh_build.cpp') diff --git a/intern/cycles/bvh/bvh_build.cpp b/intern/cycles/bvh/bvh_build.cpp index 39e14dba3ee..c0b3d683e37 100644 --- a/intern/cycles/bvh/bvh_build.cpp +++ b/intern/cycles/bvh/bvh_build.cpp @@ -28,7 +28,6 @@ #include "render/curves.h" #include "util/util_algorithm.h" -#include "util/util_debug.h" #include "util/util_foreach.h" #include "util/util_logging.h" #include "util/util_progress.h" -- cgit v1.2.3