summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/codec/fx_codec_jpeg.cpp
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-06-04 19:05:21 -0700
committerTom Sepez <tsepez@chromium.org>2015-06-04 19:05:21 -0700
commit6675a80c6afe3652b7bd918b80a16a8effb51b8f (patch)
tree869efaae9312c11bb8f2fb7c707690a3fa468708 /core/src/fxcodec/codec/fx_codec_jpeg.cpp
parent76510e4127dc938d121ac5026000f3b0d84a2d46 (diff)
downloadpdfium-6675a80c6afe3652b7bd918b80a16a8effb51b8f.tar.xz
Merge to XFA: Move fx_safe_types.h to include/ directory.
Original Review URL: https://codereview.chromium.org/1147353006 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1152693005
Diffstat (limited to 'core/src/fxcodec/codec/fx_codec_jpeg.cpp')
-rw-r--r--core/src/fxcodec/codec/fx_codec_jpeg.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/fxcodec/codec/fx_codec_jpeg.cpp b/core/src/fxcodec/codec/fx_codec_jpeg.cpp
index 4ca0219d6f..903d2319fd 100644
--- a/core/src/fxcodec/codec/fx_codec_jpeg.cpp
+++ b/core/src/fxcodec/codec/fx_codec_jpeg.cpp
@@ -5,9 +5,10 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "../../../include/fxcodec/fx_codec.h"
+#include "../../../include/fxcrt/fx_safe_types.h"
#include "../../../include/fxge/fx_dib.h"
-#include "../../../src/fxcrt/fx_safe_types.h"
#include "codec_int.h"
+
extern "C" {
static void _JpegScanSOI(const FX_BYTE*& src_buf, FX_DWORD& src_size)
{