From f90a243d9c0fc53081744f8685aa8fbaddc9810c Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 13 Apr 2017 11:20:33 +0200 Subject: Cycles: Header cleanup in BVH: move self header to be the first one This makes us more sure that header files are more self-sufficient. --- intern/cycles/bvh/bvh_node.h | 1 - 1 file changed, 1 deletion(-) (limited to 'intern/cycles/bvh/bvh_node.h') diff --git a/intern/cycles/bvh/bvh_node.h b/intern/cycles/bvh/bvh_node.h index 60511b4b012..1c875f5a524 100644 --- a/intern/cycles/bvh/bvh_node.h +++ b/intern/cycles/bvh/bvh_node.h @@ -19,7 +19,6 @@ #define __BVH_NODE_H__ #include "util/util_boundbox.h" -#include "util/util_debug.h" #include "util/util_types.h" CCL_NAMESPACE_BEGIN -- cgit v1.2.3