aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ClipperTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ClipperTest.cpp')
-rw-r--r--tests/ClipperTest.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/ClipperTest.cpp b/tests/ClipperTest.cpp
index 0bb5212581..641ed013be 100644
--- a/tests/ClipperTest.cpp
+++ b/tests/ClipperTest.cpp
@@ -7,18 +7,11 @@
#include "SkBitmap.h"
#include "SkCanvas.h"
-#include "SkColor.h"
#include "SkEdgeClipper.h"
#include "SkLineClipper.h"
-#include "SkPaint.h"
-#include "SkPoint.h"
-#include "SkRect.h"
-#include "SkScalar.h"
-#include "SkTypes.h"
+#include "SkPath.h"
#include "Test.h"
-#include <cstring>
-
static void test_hairclipping(skiatest::Reporter* reporter) {
SkBitmap bm;
bm.allocN32Pixels(4, 4);