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/intern/wm_utils.c')
-rw-r--r--source/blender/windowmanager/intern/wm_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_utils.c b/source/blender/windowmanager/intern/wm_utils.c
index b227065e3cf..163ab257beb 100644
--- a/source/blender/windowmanager/intern/wm_utils.c
+++ b/source/blender/windowmanager/intern/wm_utils.c
@@ -20,8 +20,8 @@
* Generic helper utilities that aren't associated with a particular area.
*/
-#include "WM_types.h"
#include "WM_api.h"
+#include "WM_types.h"
#include "MEM_guardedalloc.h"