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:
authorClément Foucault <foucault.clem@gmail.com>2022-02-06 00:41:08 +0300
committerClément Foucault <foucault.clem@gmail.com>2022-02-06 00:42:34 +0300
commit26b70fce8ae7c9174f4e410fc1f36075a9b333f3 (patch)
treea330e52c8a2b9fe47018b753ff89eb0e626f24db /source/blender/gpu/GPU_shader_shared.h
parent2ee81bf285a0c399ad6c8cb54ca29ba9690877c6 (diff)
GPU: move gpu_shader_shared_utils.h to the public section of the module
This is then easier to include in other modules.
Diffstat (limited to 'source/blender/gpu/GPU_shader_shared.h')
-rw-r--r--source/blender/gpu/GPU_shader_shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/GPU_shader_shared.h b/source/blender/gpu/GPU_shader_shared.h
index eeca7ee6caa..636a8f53ba6 100644
--- a/source/blender/gpu/GPU_shader_shared.h
+++ b/source/blender/gpu/GPU_shader_shared.h
@@ -22,7 +22,7 @@
*/
#ifndef USE_GPU_SHADER_CREATE_INFO
-# include "intern/gpu_shader_shared_utils.h"
+# include "GPU_shader_shared_utils.h"
#endif
struct NodeLinkData {