From fd8ed69447f2a126f7006a1a95356f15feca3797 Mon Sep 17 00:00:00 2001 From: mtklein Date: Tue, 28 Jul 2015 09:54:52 -0700 Subject: Move SkTHash.h to include/private. include/views/SkOSWindow_Win.h includes it. To move SkTHash.h to include/private, SkChecksum.h needs to go there too. To move SkChecksum.h to include/private, SkTLogic needs to go there too. This adds a bunch of -Iinclude/private to tools.gyp I missed in the last CL. No public API changes. TBR=reed@google.com BUG=skia:4126 Review URL: https://codereview.chromium.org/1260613006 --- include/gpu/GrBlend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gpu') diff --git a/include/gpu/GrBlend.h b/include/gpu/GrBlend.h index c8b931da73..52a0300ee4 100644 --- a/include/gpu/GrBlend.h +++ b/include/gpu/GrBlend.h @@ -7,7 +7,7 @@ */ #include "GrTypes.h" -#include "../../src/utils/SkTLogic.h" +#include "../private/SkTLogic.h" #ifndef GrBlend_DEFINED #define GrBlend_DEFINED -- cgit v1.2.3