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-12-17 02:08:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-17 02:08:47 +0300
commitf4d7d5e75d60a372d29a5bab81115b8ba6064062 (patch)
tree645537a06c4142aec7868e2ce3f104411682002b /source/blender/gpu/GPU_draw.h
parentbc92d0552252a0e992ccf8d935b50567bd97ff0e (diff)
Cleanup: sort struct declarations
Diffstat (limited to 'source/blender/gpu/GPU_draw.h')
-rw-r--r--source/blender/gpu/GPU_draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/GPU_draw.h b/source/blender/gpu/GPU_draw.h
index 9ae6b0e7508..00c8ce2353d 100644
--- a/source/blender/gpu/GPU_draw.h
+++ b/source/blender/gpu/GPU_draw.h
@@ -28,11 +28,11 @@
extern "C" {
#endif
+struct FluidModifierData;
struct ImBuf;
struct Image;
struct ImageUser;
struct Main;
-struct FluidModifierData;
#include "DNA_object_enums.h"