Index: src/pdf/SkPDFDevice.h |
diff --git a/src/pdf/SkPDFDevice.h b/src/pdf/SkPDFDevice.h |
index 32ebebd38ef8c66f693fd4715b747470371ed95f..bed294702d4ff50bf3e5797108de5fc1effcabb6 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" |