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_platform_support.c')
-rw-r--r--source/blender/windowmanager/intern/wm_platform_support.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/windowmanager/intern/wm_platform_support.c b/source/blender/windowmanager/intern/wm_platform_support.c
index 73ba4b550c9..65e1cd45e02 100644
--- a/source/blender/windowmanager/intern/wm_platform_support.c
+++ b/source/blender/windowmanager/intern/wm_platform_support.c
@@ -25,12 +25,12 @@
#include <string.h>
-#include "BLI_sys_types.h"
#include "BLI_dynstr.h"
-#include "BLI_path_util.h"
#include "BLI_fileops.h"
-#include "BLI_string.h"
#include "BLI_linklist.h"
+#include "BLI_path_util.h"
+#include "BLI_string.h"
+#include "BLI_sys_types.h"
#include "BLT_translation.h"