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/scene/light.h')
-rw-r--r--intern/cycles/scene/light.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/intern/cycles/scene/light.h b/intern/cycles/scene/light.h
index 9820508d3a5..97ec9792860 100644
--- a/intern/cycles/scene/light.h
+++ b/intern/cycles/scene/light.h
@@ -17,7 +17,7 @@
#ifndef __LIGHT_H__
#define __LIGHT_H__
-#include "kernel/kernel_types.h"
+#include "kernel/types.h"
#include "graph/node.h"
@@ -25,10 +25,10 @@
* the right Node::set overload as it does not know that Shader is a Node */
#include "scene/shader.h"
-#include "util/util_ies.h"
-#include "util/util_thread.h"
-#include "util/util_types.h"
-#include "util/util_vector.h"
+#include "util/ies.h"
+#include "util/thread.h"
+#include "util/types.h"
+#include "util/vector.h"
CCL_NAMESPACE_BEGIN