aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/pathfill.cpp
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-09 18:05:33 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-09 18:05:33 +0000
commitd74e710c00700aea603d7843d3ff670043bb1c15 (patch)
tree347dd3ac6e70ab982dff7c741605724d1620ccf4 /gm/pathfill.cpp
parentaf73091b560cc8e99df321a7413421919ccbc704 (diff)
remove SkShape (unused)
Review URL: https://codereview.appspot.com/6461069 git-svn-id: http://skia.googlecode.com/svn/trunk@5033 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/pathfill.cpp')
-rw-r--r--gm/pathfill.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/gm/pathfill.cpp b/gm/pathfill.cpp
index f9fa6e9950..fc864198b4 100644
--- a/gm/pathfill.cpp
+++ b/gm/pathfill.cpp
@@ -6,9 +6,6 @@
* found in the LICENSE file.
*/
#include "gm.h"
-#include "SkPicture.h"
-#include "SkRectShape.h"
-#include "SkGroupShape.h"
typedef SkScalar (*MakePathProc)(SkPath*);