Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 3a8d55b

Browse files
committed
[[ Graphics ]] Remove gpu related includes
This patch removes GPU related includes from libgraphics so that we can compile Skia without the GPU related code (for now).
1 parent bf61cd7 commit 3a8d55b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libgraphics/src/context.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
3232
#include <SkTypeface.h>
3333
#include <SkColorPriv.h>
3434
#include <SkSurface.h>
35-
#include <GrContext.h>
36-
#include <gl/GrGLInterface.h>
3735

3836
#include <time.h>
3937

0 commit comments

Comments
 (0)