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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-01-19 16:55:53 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-01-19 17:19:45 +0300
commit8e1dd7ed81d6a3806e2fa4eda667e9d2598541f3 (patch)
tree9d38f7065674ae86b5ed848db85193c22248788c /intern/cycles/util/util_debug.h
parent0fe41009f095835bda961a67697b36cbc8cade49 (diff)
Cycles: Remove unneeded include statements
Also try to move them from headers to implementation files as much as possible.
Diffstat (limited to 'intern/cycles/util/util_debug.h')
-rw-r--r--intern/cycles/util/util_debug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/cycles/util/util_debug.h b/intern/cycles/util/util_debug.h
index 9255279c5ab..632c6ae35e7 100644
--- a/intern/cycles/util/util_debug.h
+++ b/intern/cycles/util/util_debug.h
@@ -20,8 +20,6 @@
#include <cassert>
#include <iostream>
-#include "util/util_static_assert.h"
-
CCL_NAMESPACE_BEGIN
/* Global storage for all sort of flags used to fine-tune behavior of particular