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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2022-01-04 19:58:21 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-01-04 19:58:21 +0300
commit07de17ded63774574adc7c8530aad302d6121245 (patch)
treefbe518a10fbddbbd91558ee3302eb7671dc0b54b /source/blender/nodes/shader/nodes/node_shader_output_world.cc
parent25018dc061af17e9074ff60bd29176518141b4cd (diff)
Cleanup: Dont use relative include
Instead let cmake determine the path for file includes
Diffstat (limited to 'source/blender/nodes/shader/nodes/node_shader_output_world.cc')
-rw-r--r--source/blender/nodes/shader/nodes/node_shader_output_world.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/shader/nodes/node_shader_output_world.cc b/source/blender/nodes/shader/nodes/node_shader_output_world.cc
index 7b249c4afa4..d9d2e207fb7 100644
--- a/source/blender/nodes/shader/nodes/node_shader_output_world.cc
+++ b/source/blender/nodes/shader/nodes/node_shader_output_world.cc
@@ -17,7 +17,7 @@
* All rights reserved.
*/
-#include "../node_shader_util.h"
+#include "node_shader_util.h"
namespace blender::nodes::node_shader_output_world_cc {