From 972bfc494443671c18b0f003a56f3c27592a3bd2 Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Tue, 18 Sep 2012 17:30:47 +0000 Subject: [PATCH] Fix for r5587 compiler error (removed ../src/gpu in HashCacheTest.cpp) git-svn-id: http://skia.googlecode.com/svn/trunk@5588 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/HashCacheTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/HashCacheTest.cpp b/tests/HashCacheTest.cpp index 0b15fa6..8957c93 100644 --- a/tests/HashCacheTest.cpp +++ b/tests/HashCacheTest.cpp @@ -10,7 +10,7 @@ // This is a GR test #if SK_SUPPORT_GPU -#include "..\src\gpu\GrTHashCache.h" +#include "GrTHashCache.h" struct HashElement { int fKey; -- 2.7.4