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/creator/creator_args.c')
-rw-r--r--source/creator/creator_args.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 565cf60d2e1..7b5a448fc53 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -20,9 +20,9 @@
#ifndef WITH_PYTHON_MODULE
+# include <errno.h>
# include <stdlib.h>
# include <string.h>
-# include <errno.h>
# include "MEM_guardedalloc.h"
@@ -33,15 +33,15 @@
# endif
# include "BLI_args.h"
-# include "BLI_threads.h"
-# include "BLI_utildefines.h"
+# include "BLI_fileops.h"
# include "BLI_listbase.h"
+# include "BLI_mempool.h"
+# include "BLI_path_util.h"
# include "BLI_string.h"
# include "BLI_string_utf8.h"
-# include "BLI_path_util.h"
-# include "BLI_fileops.h"
-# include "BLI_mempool.h"
# include "BLI_system.h"
+# include "BLI_threads.h"
+# include "BLI_utildefines.h"
# include "BLO_readfile.h" /* only for BLO_has_bfile_extension */