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/io/avi/intern/avi.c')
-rw-r--r--source/blender/io/avi/intern/avi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/io/avi/intern/avi.c b/source/blender/io/avi/intern/avi.c
index 0901d03a90f..e829a15deba 100644
--- a/source/blender/io/avi/intern/avi.c
+++ b/source/blender/io/avi/intern/avi.c
@@ -23,11 +23,11 @@
* This is external code.
*/
-#include <stdlib.h>
-#include <string.h>
+#include <ctype.h>
#include <stdarg.h>
#include <stdio.h>
-#include <ctype.h>
+#include <stdlib.h>
+#include <string.h>
#ifdef WIN32
# include "BLI_winstuff.h"
@@ -35,9 +35,9 @@
#include "MEM_guardedalloc.h"
+#include "BLI_fileops.h"
#include "BLI_sys_types.h"
#include "BLI_utildefines.h"
-#include "BLI_fileops.h"
#include "AVI_avi.h"
#include "avi_intern.h"