From e2eac8b2fd8966cc9af51f8d40151dad6c591d2e Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Tue, 14 Jan 2014 21:04:37 +0000 Subject: Move macros from TestClassDef.h to Test.h Motivation: those macros don't make any sense without the definitions in Test.h. BUG= R=mtklein@google.com Author: halcanary@google.com Review URL: https://codereview.chromium.org/138563004 git-svn-id: http://skia.googlecode.com/svn/trunk@13074 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/PathOpsCubicReduceOrderTest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/PathOpsCubicReduceOrderTest.cpp') diff --git a/tests/PathOpsCubicReduceOrderTest.cpp b/tests/PathOpsCubicReduceOrderTest.cpp index 090e22ef86..dc779b86f5 100644 --- a/tests/PathOpsCubicReduceOrderTest.cpp +++ b/tests/PathOpsCubicReduceOrderTest.cpp @@ -11,7 +11,6 @@ #include "SkPathOpsRect.h" #include "SkReduceOrder.h" #include "Test.h" -#include "TestClassDef.h" #if 0 // disable test until stroke reduction is supported static bool controls_inside(const SkDCubic& cubic) { -- cgit v1.2.3