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 'source/blender/render/intern/include/occlusion.h')
-rw-r--r--source/blender/render/intern/include/occlusion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/render/intern/include/occlusion.h b/source/blender/render/intern/include/occlusion.h
index 15a5a04e3f6..0beaaea500d 100644
--- a/source/blender/render/intern/include/occlusion.h
+++ b/source/blender/render/intern/include/occlusion.h
@@ -34,8 +34,8 @@
#define __OCCLUSION_H__
struct Render;
-struct ShadeInput;
struct RenderPart;
+struct ShadeInput;
struct ShadeSample;
void make_occ_tree(struct Render *re);