| Index: tests/GLProgramsTest.cpp
|
| diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp
|
| index 4b47e4b6c2ace239cf7f37b46c0ee1ee3c510207..85ee1003650698da61ed1943c5b9269ae47c3543 100644
|
| --- a/tests/GLProgramsTest.cpp
|
| +++ b/tests/GLProgramsTest.cpp
|
| @@ -13,7 +13,6 @@
|
| #if SK_SUPPORT_GPU && SK_ALLOW_STATIC_GLOBAL_INITIALIZERS
|
|
|
| #include "GrAutoLocaleSetter.h"
|
| -#include "GrBatch.h"
|
| #include "GrBatchTest.h"
|
| #include "GrContextFactory.h"
|
| #include "GrInvariantOutput.h"
|
| @@ -24,8 +23,12 @@
|
| #include "SkChecksum.h"
|
| #include "SkRandom.h"
|
| #include "Test.h"
|
| +
|
| +#include "batches/GrBatch.h"
|
| +
|
| #include "effects/GrConfigConversionEffect.h"
|
| #include "effects/GrPorterDuffXferProcessor.h"
|
| +
|
| #include "gl/GrGLGpu.h"
|
| #include "gl/GrGLPathRendering.h"
|
| #include "gl/builders/GrGLProgramBuilder.h"
|
|
|