SkResourceCache.h shouldn't include itself.

The include guards make this not bad, but it seems strange and iwyu
complains about it.

Change-Id: I4e40d290b4c7208dddf82fdd1b107780c239d8fc
Reviewed-on: https://skia-review.googlesource.com/113423
Commit-Queue: Ben Wagner <bungeman@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
This commit is contained in:
Ben Wagner 2018-03-09 13:42:08 -05:00 committed by Skia Commit-Bot
parent d49665513b
commit e5daecd5c3

View File

@ -11,7 +11,6 @@
#include "GrGpuResource.h"
#include "GrGpuResourceCacheAccess.h"
#include "GrGpuResourcePriv.h"
#include "GrResourceCache.h"
#include "GrResourceKey.h"
#include "SkMessageBus.h"
#include "SkRefCnt.h"