From 2d1cce8331f3ecdfb8cb0c651e111ffac5dc7153 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 19 Mar 2020 09:33:03 +0100 Subject: Cleanup: `make format` after SortedIncludes change --- source/blender/imbuf/intern/cineon/cineon_dpx.c | 8 ++++---- source/blender/imbuf/intern/cineon/cineonlib.c | 6 +++--- source/blender/imbuf/intern/cineon/dpxlib.c | 6 +++--- source/blender/imbuf/intern/cineon/logImageCore.c | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) (limited to 'source/blender/imbuf/intern/cineon') 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 #include #include -#include -#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 #include +#include #include -#include -#include #include +#include +#include #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 #include +#include #include -#include -#include #include +#include +#include #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 #include #include -#include #include "BLI_fileops.h" #include "BLI_utildefines.h" -- cgit v1.2.3