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/jpeg.c')
-rw-r--r--source/blender/imbuf/intern/jpeg.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/imbuf/intern/jpeg.c b/source/blender/imbuf/intern/jpeg.c
index 8fa6b1722ad..fe74d9bc23f 100644
--- a/source/blender/imbuf/intern/jpeg.c
+++ b/source/blender/imbuf/intern/jpeg.c
@@ -22,24 +22,24 @@
*/
/* This little block needed for linking to Blender... */
-#include <stdio.h>
#include <setjmp.h>
+#include <stdio.h>
#include "MEM_guardedalloc.h"
-#include "BLI_utildefines.h"
-#include "BLI_string.h"
#include "BLI_fileops.h"
+#include "BLI_string.h"
+#include "BLI_utildefines.h"
#include "BKE_idprop.h"
-#include "imbuf.h"
-#include "IMB_imbuf_types.h"
+#include "IMB_filetype.h"
#include "IMB_imbuf.h"
+#include "IMB_imbuf_types.h"
#include "IMB_metadata.h"
-#include "IMB_filetype.h"
-#include "jpeglib.h"
+#include "imbuf.h"
#include "jerror.h"
+#include "jpeglib.h"
#include "IMB_colormanagement.h"
#include "IMB_colormanagement_intern.h"