From 0650c6ca12e026201091f3e9ea9cbf0fed2b6da1 Mon Sep 17 00:00:00 2001 From: "reed@android.com" Date: Wed, 4 Mar 2009 14:02:44 +0000 Subject: 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 --- tests/ClipCubicTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ClipCubicTest.cpp') 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" -- cgit v1.2.3