Index: src/gpu/GrTestBatch.h |
diff --git a/src/gpu/GrTestBatch.h b/src/gpu/GrTestBatch.h |
index 4bcb7bc1597db7842215b699ed7e988fd20e5c24..c5758bb8d2928f6b2b88bf9fbc7322b0388625fc 100644 |
--- a/src/gpu/GrTestBatch.h |
+++ b/src/gpu/GrTestBatch.h |
@@ -8,9 +8,10 @@ |
#ifndef GrTestBatch_DEFINED |
#define GrTestBatch_DEFINED |
-#include "GrBatch.h" |
#include "GrVertexBuffer.h" |
+#include "batches/GrBatch.h" |
+ |
/* |
* A simple batch only for testing purposes which actually doesn't batch at all, but can fit into |
* the batch pipeline and generate arbitrary geometry |