| Index: src/gpu/gl/GrGLAssembleInterface.cpp
|
| diff --git a/src/gpu/gl/GrGLAssembleInterface.cpp b/src/gpu/gl/GrGLAssembleInterface.cpp
|
| index 91aa04545891f0fdc309e947c7679f86b76ba6c2..bc7dc8a1000eaeaa754e516871655f3695c7b95c 100644
|
| --- a/src/gpu/gl/GrGLAssembleInterface.cpp
|
| +++ b/src/gpu/gl/GrGLAssembleInterface.cpp
|
| @@ -6,7 +6,7 @@
|
| */
|
|
|
|
|
| -#include "GrGLAssembleInterface.h"
|
| +#include "gl/GrGLAssembleInterface.h"
|
| #include "GrGLUtil.h"
|
|
|
| #define GET_PROC(F) functions->f ## F = (GrGL ## F ## Proc) get(ctx, "gl" #F)
|
|
|