aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/TessellatingPathRendererTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TessellatingPathRendererTests.cpp b/tests/TessellatingPathRendererTests.cpp
index c2bbf889bc..ae648accde 100644
--- a/tests/TessellatingPathRendererTests.cpp
+++ b/tests/TessellatingPathRendererTests.cpp
@@ -9,9 +9,9 @@
#if SK_SUPPORT_GPU
#include "GrContextFactory.h"
-#include "GrTessellatingPathRenderer.h"
#include "GrTest.h"
#include "Test.h"
+#include "batches/GrTessellatingPathRenderer.h"
/*
* These tests pass by not crashing, hanging or asserting in Debug.