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/windowmanager/WM_types.h')
-rw-r--r--source/blender/windowmanager/WM_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/windowmanager/WM_types.h b/source/blender/windowmanager/WM_types.h
index 918188117eb..09b4ea950a5 100644
--- a/source/blender/windowmanager/WM_types.h
+++ b/source/blender/windowmanager/WM_types.h
@@ -106,11 +106,11 @@
extern "C" {
#endif
+struct ImBuf;
struct bContext;
struct wmEvent;
-struct wmWindowManager;
struct wmOperator;
-struct ImBuf;
+struct wmWindowManager;
#include "RNA_types.h"
#include "DNA_listBase.h"