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/texture.h')
-rw-r--r--source/blender/render/intern/include/texture.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/render/intern/include/texture.h b/source/blender/render/intern/include/texture.h
index 04a456c0850..85061e4cedc 100644
--- a/source/blender/render/intern/include/texture.h
+++ b/source/blender/render/intern/include/texture.h
@@ -63,11 +63,11 @@
} \
} \
-struct TexResult;
-struct Tex;
-struct Image;
struct ImBuf;
+struct Image;
struct ImagePool;
+struct Tex;
+struct TexResult;
/* imagetexture.h */