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:
authorDalai Felinto <dalai@blender.org>2020-03-19 11:33:03 +0300
committerDalai Felinto <dalai@blender.org>2020-03-19 11:33:58 +0300
commit2d1cce8331f3ecdfb8cb0c651e111ffac5dc7153 (patch)
treeec50d7bdca3901a6afcc986943011f08f9516307 /source/blender/imbuf/intern/cineon
parent008aaaa37841ca27d2bba80d8859336655cef455 (diff)
Cleanup: `make format` after SortedIncludes change
Diffstat (limited to 'source/blender/imbuf/intern/cineon')
-rw-r--r--source/blender/imbuf/intern/cineon/cineon_dpx.c8
-rw-r--r--source/blender/imbuf/intern/cineon/cineonlib.c6
-rw-r--r--source/blender/imbuf/intern/cineon/dpxlib.c6
-rw-r--r--source/blender/imbuf/intern/cineon/logImageCore.c6
4 files changed, 13 insertions, 13 deletions
diff --git a/source/blender/imbuf/intern/cineon/cineon_dpx.c b/source/blender/imbuf/intern/cineon/cineon_dpx.c
index a8902baa54a..18942c9abb8 100644
--- a/source/blender/imbuf/intern/cineon/cineon_dpx.c
+++ b/source/blender/imbuf/intern/cineon/cineon_dpx.c
@@ -20,14 +20,14 @@
* \ingroup imbcineon
*/
+#include "logImageCore.h"
+#include <math.h>
#include <stdio.h>
#include <string.h>
-#include <math.h>
-#include "logImageCore.h"
-#include "IMB_imbuf_types.h"
-#include "IMB_imbuf.h"
#include "IMB_filetype.h"
+#include "IMB_imbuf.h"
+#include "IMB_imbuf_types.h"
#include "IMB_colormanagement.h"
#include "IMB_colormanagement_intern.h"
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"
diff --git a/source/blender/imbuf/intern/cineon/dpxlib.c b/source/blender/imbuf/intern/cineon/dpxlib.c
index 00d59643967..8acfc23439f 100644
--- a/source/blender/imbuf/intern/cineon/dpxlib.c
+++ b/source/blender/imbuf/intern/cineon/dpxlib.c
@@ -25,12 +25,12 @@
#include "dpxlib.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"
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"