Index: third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp |
diff --git a/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp b/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp |
index 84609d6e0c1c3c9656860a8c36db40639bc9d67d..16b70c6861405dab3969201e9b85dc1b3512536e 100644 |
--- a/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp |
+++ b/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp |
@@ -37,15 +37,15 @@ |
#include "platform/image-decoders/jpeg/JPEGImageDecoder.h" |
+#include <memory> |
#include "platform/PlatformInstrumentation.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
extern "C" { |
+#include <setjmp.h> |
#include <stdio.h> // jpeglib.h needs stdio FILE. |
-#include "jpeglib.h" |
#include "iccjpeg.h" |
-#include <setjmp.h> |
+#include "jpeglib.h" |
} |
#if CPU(BIG_ENDIAN) || CPU(MIDDLE_ENDIAN) |