Remove unnecessary pdf include in SkJpegCodec
This appears unnecessary. SkGetJpegInfo() does not need to be defined before implementation, right? Change-Id: I07f6a689cd967c4c17de32e4429f2a8fa142128b Bug: skia:12584 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/470304 Commit-Queue: Leon Scroggins <scroggo@google.com> Reviewed-by: Leon Scroggins <scroggo@google.com>
This commit is contained in:
parent
e96654056b
commit
4dee13db4a
@ -16,7 +16,6 @@
|
||||
#include "src/codec/SkCodecPriv.h"
|
||||
#include "src/codec/SkJpegDecoderMgr.h"
|
||||
#include "src/codec/SkParseEncodedOrigin.h"
|
||||
#include "src/pdf/SkJpegInfo.h"
|
||||
|
||||
// stdio is needed for libjpeg-turbo
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user