Index: src/gpu/GrDrawingManager.cpp |
diff --git a/src/gpu/GrDrawingManager.cpp b/src/gpu/GrDrawingManager.cpp |
index 13167d4642dcaad063a947acbce582b4133a8ba6..6e84f22e2cc7e05f98c26c1bbf7152587f2aa313 100644 |
--- a/src/gpu/GrDrawingManager.cpp |
+++ b/src/gpu/GrDrawingManager.cpp |
@@ -5,15 +5,15 @@ |
* found in the LICENSE file. |
*/ |
-#include "GrAtlasTextContext.h" |
#include "GrDrawContext.h" |
#include "GrDrawingManager.h" |
#include "GrDrawTarget.h" |
#include "GrResourceProvider.h" |
#include "GrSoftwarePathRenderer.h" |
-#include "GrStencilAndCoverTextContext.h" |
#include "SkTTopoSort.h" |
+#include "text/GrAtlasTextContext.h" |
+#include "text/GrStencilAndCoverTextContext.h" |
void GrDrawingManager::cleanup() { |
for (int i = 0; i < fDrawTargets.count(); ++i) { |