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:
authorCampbell Barton <ideasman42@gmail.com>2019-08-14 18:34:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-14 18:34:58 +0300
commit4b9e05b42898073c65d97e20295a773f6ce7e78b (patch)
tree620dc619f1a65a8c89127c108d2d99c436becbec /source/blender/blenkernel/BKE_material.h
parent8cbe9f1b9ad8ba63eadbd15270338c24005e0e9c (diff)
Cleanup: clang-format, sort structs & cmake files
Diffstat (limited to 'source/blender/blenkernel/BKE_material.h')
-rw-r--r--source/blender/blenkernel/BKE_material.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_material.h b/source/blender/blenkernel/BKE_material.h
index c7d9a8350b3..5bb69c7166e 100644
--- a/source/blender/blenkernel/BKE_material.h
+++ b/source/blender/blenkernel/BKE_material.h
@@ -28,12 +28,12 @@
extern "C" {
#endif
-struct bNode;
struct ID;
struct Main;
struct Material;
struct Object;
struct Scene;
+struct bNode;
/* materials */