| Index: src/gpu/gl/GrGLProcessor.h | 
| diff --git a/src/gpu/gl/GrGLProcessor.h b/src/gpu/gl/GrGLProcessor.h | 
| index 393bb87cb33d4b11cd590b6c74954df5a60a2f56..8455305b033abe4ee5c810d2ffb6b87d8acdc083 100644 | 
| --- a/src/gpu/gl/GrGLProcessor.h | 
| +++ b/src/gpu/gl/GrGLProcessor.h | 
| @@ -9,8 +9,9 @@ | 
| #define GrGLProcessor_DEFINED | 
|  | 
| #include "GrBackendProcessorFactory.h" | 
| -#include "GrGLProgramDataManager.h" | 
| -#include "GrTextureAccess.h" | 
| +#include "GrGLProgramEffects.h" | 
| +#include "GrGLShaderVar.h" | 
| +#include "GrGLSL.h" | 
|  | 
| /** @file | 
| This file contains specializations for OpenGL of the shader stages declared in | 
|  |