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 843ceca7700..8a1ff67b37c 100644
--- a/source/blender/windowmanager/WM_types.h
+++ b/source/blender/windowmanager/WM_types.h
@@ -111,11 +111,11 @@
struct ID;
struct ImBuf;
struct bContext;
+struct wmDrag;
+struct wmDropBox;
struct wmEvent;
struct wmOperator;
struct wmWindowManager;
-struct wmDrag;
-struct wmDropBox;
#include "BLI_compiler_attrs.h"
#include "DNA_listBase.h"