aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ClipCubicTest.cpp
diff options
context:
space:
mode:
authorGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-03-04 14:02:44 +0000
committerGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-03-04 14:02:44 +0000
commit0650c6ca12e026201091f3e9ea9cbf0fed2b6da1 (patch)
treeb4825cfede5e43bca456eab03c23e0a052b46967 /tests/ClipCubicTest.cpp
parent7d3a58a5e442e0aba239616a4e996e64866ffbd0 (diff)
Move SkTSort.h back to private, and instead allow in the makefile for tests to
see private headers. This also means the tests don't have to use ../.. to find the private header they want. git-svn-id: http://skia.googlecode.com/svn/trunk@107 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/ClipCubicTest.cpp')
-rw-r--r--tests/ClipCubicTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ClipCubicTest.cpp b/tests/ClipCubicTest.cpp
index e9820f6888..905b733667 100644
--- a/tests/ClipCubicTest.cpp
+++ b/tests/ClipCubicTest.cpp
@@ -1,6 +1,6 @@
#include "Test.h"
-#include "../../src/core/SkCubicClipper.h"
+#include "SkCubicClipper.h"
#include "SkGeometry.h"