diff options
author | bungeman <bungeman@google.com> | 2015-08-04 14:56:53 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-04 14:56:53 -0700 |
commit | 7403d87db8e43d4c2b5b25ac22a0ebc22bd09d69 (patch) | |
tree | 76c4c4ba5e50f16452fa0c1a7119ca3b6084714c /src/pdf | |
parent | 1b99b548cbffc027724d2076ca8eab7a448ce461 (diff) |
IWYU: 'core' target, files starting A-C.
TBR=reed@google.com
Verbal lgtm, does not change API.
Review URL: https://codereview.chromium.org/1265033002
Diffstat (limited to 'src/pdf')
-rw-r--r-- | src/pdf/SkPDFDevice.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pdf/SkPDFDevice.h b/src/pdf/SkPDFDevice.h index 32ebebd38e..bed294702d 100644 --- a/src/pdf/SkPDFDevice.h +++ b/src/pdf/SkPDFDevice.h @@ -1,4 +1,3 @@ - /* * Copyright 2011 Google Inc. * @@ -6,13 +5,13 @@ * found in the LICENSE file. */ - #ifndef SkPDFDevice_DEFINED #define SkPDFDevice_DEFINED -#include "SkDevice.h" #include "SkBitmap.h" #include "SkCanvas.h" +#include "SkClipStack.h" +#include "SkDevice.h" #include "SkPaint.h" #include "SkPath.h" #include "SkPicture.h" |