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/logImageCore.c')
-rw-r--r--source/blender/imbuf/intern/cineon/logImageCore.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/imbuf/intern/cineon/logImageCore.c b/source/blender/imbuf/intern/cineon/logImageCore.c
index 5d1623374d4..e9030496498 100644
--- a/source/blender/imbuf/intern/cineon/logImageCore.c
+++ b/source/blender/imbuf/intern/cineon/logImageCore.c
@@ -22,14 +22,14 @@
* Cineon image file format library routines.
*/
-#include "logmemfile.h"
#include "logImageCore.h"
-#include "dpxlib.h"
#include "cineonlib.h"
+#include "dpxlib.h"
+#include "logmemfile.h"
+#include <math.h>
#include <stdlib.h>
#include <string.h>
-#include <math.h>
#include "BLI_fileops.h"
#include "BLI_utildefines.h"