From 6bf5789c25686bf6ea1bc1f7c8ef2dc7e4bbc212 Mon Sep 17 00:00:00 2001 From: Ryan Harrison Date: Tue, 6 Feb 2018 17:10:25 +0000 Subject: Break unneeded dep on Bmp codec in Gif codec BUG=pdfium:1006 Change-Id: I84d2a13ac7b24e7f2f5cba8765d6433860241b58 Reviewed-on: https://pdfium-review.googlesource.com/25710 Reviewed-by: Henrique Nakashima Commit-Queue: Ryan Harrison --- core/fxcodec/gif/cfx_lzwdecompressor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/fxcodec/gif/cfx_lzwdecompressor.cpp b/core/fxcodec/gif/cfx_lzwdecompressor.cpp index edff8c4f4b..09df6e767b 100644 --- a/core/fxcodec/gif/cfx_lzwdecompressor.cpp +++ b/core/fxcodec/gif/cfx_lzwdecompressor.cpp @@ -7,10 +7,10 @@ #include "core/fxcodec/gif/cfx_lzwdecompressor.h" #include +#include #include #include -#include "core/fxcodec/bmp/fx_bmp.h" #include "third_party/base/numerics/safe_math.h" #include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" -- cgit v1.2.3