commit | 50dbc0949fb256a316163143e649028eeed2970a | [log] [tgz] |
---|---|---|
author | Hal Canary <halcanary@google.com> | Tue Jun 12 14:50:37 2018 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Jun 12 20:24:43 2018 +0000 |
tree | b0069d2b47cccfb207d4a5245f18a6b9455c3300 | |
parent | bc718c1e9ce0b4c2d10458f4c3549fd98e10a9f2 [diff] [blame] |
SkTypes: more into SkMacros Change-Id: I4c9a2d81a1bc4ccebc78eea56c0de116b98d415e Reviewed-on: https://skia-review.googlesource.com/134330 Commit-Queue: Hal Canary <halcanary@google.com> Auto-Submit: Hal Canary <halcanary@google.com> Reviewed-by: Ben Wagner <bungeman@google.com>
diff --git a/src/pdf/SkPDFGraphicState.h b/src/pdf/SkPDFGraphicState.h index 4323252..a9f79ad 100644 --- a/src/pdf/SkPDFGraphicState.h +++ b/src/pdf/SkPDFGraphicState.h
@@ -9,8 +9,9 @@ #ifndef SkPDFGraphicState_DEFINED #define SkPDFGraphicState_DEFINED -#include "SkPDFTypes.h" +#include "SkMacros.h" #include "SkOpts.h" +#include "SkPDFTypes.h" class SkPaint; class SkPDFCanon;