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/imbuf/intern/cineon/cineonlib.c')
-rw-r--r--source/blender/imbuf/intern/cineon/cineonlib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/imbuf/intern/cineon/cineonlib.c b/source/blender/imbuf/intern/cineon/cineonlib.c
index 63014919dfb..1223033f535 100644
--- a/source/blender/imbuf/intern/cineon/cineonlib.c
+++ b/source/blender/imbuf/intern/cineon/cineonlib.c
@@ -25,12 +25,12 @@
#include "cineonlib.h"
#include "logmemfile.h"
-#include <stdio.h>
#include <math.h>
+#include <stdio.h>
#include <stdlib.h>
-#include <time.h>
-#include <sys/types.h>
#include <string.h>
+#include <sys/types.h>
+#include <time.h>
#include "BLI_fileops.h"
#include "BLI_utildefines.h"