aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathRendererCacheTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathRendererCacheTests.cpp')
-rw-r--r--tests/PathRendererCacheTests.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/PathRendererCacheTests.cpp b/tests/PathRendererCacheTests.cpp
index 0dfe654b8c..32e5b7dfd2 100644
--- a/tests/PathRendererCacheTests.cpp
+++ b/tests/PathRendererCacheTests.cpp
@@ -7,13 +7,14 @@
#include "Test.h"
-#include "SkPath.h"
-
#include "GrClip.h"
#include "GrContext.h"
#include "GrContextPriv.h"
#include "GrResourceCache.h"
+#include "GrShape.h"
#include "GrSoftwarePathRenderer.h"
+#include "GrStyle.h"
+#include "SkPath.h"
#include "effects/GrPorterDuffXferProcessor.h"
#include "ops/GrTessellatingPathRenderer.h"