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/blender/blender_python.cpp')
-rw-r--r--intern/cycles/blender/blender_python.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/cycles/blender/blender_python.cpp b/intern/cycles/blender/blender_python.cpp
index d681517c9e1..45e5394cf34 100644
--- a/intern/cycles/blender/blender_python.cpp
+++ b/intern/cycles/blender/blender_python.cpp
@@ -23,8 +23,8 @@
#include "blender/blender_sync.h"
#include "blender/blender_util.h"
-#include "render/denoising.h"
-#include "render/merge.h"
+#include "session/denoising.h"
+#include "session/merge.h"
#include "util/util_debug.h"
#include "util/util_foreach.h"
@@ -39,7 +39,7 @@
#include "util/util_types.h"
#ifdef WITH_OSL
-# include "render/osl.h"
+# include "scene/osl.h"
# include <OSL/oslconfig.h>
# include <OSL/oslquery.h>