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:
Diffstat (limited to 'intern/cycles/util/util_stack_allocator.h')
-rw-r--r--intern/cycles/util/util_stack_allocator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/intern/cycles/util/util_stack_allocator.h b/intern/cycles/util/util_stack_allocator.h
index 2f1799a739e..79a535bd170 100644
--- a/intern/cycles/util/util_stack_allocator.h
+++ b/intern/cycles/util/util_stack_allocator.h
@@ -20,9 +20,6 @@
#include <cstddef>
#include <memory>
-#include "util/util_debug.h"
-#include "util/util_types.h"
-
CCL_NAMESPACE_BEGIN
/* Stack allocator for the use with STL. */