1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:17:36 +00:00

LibGL: Remove unused GLStruct.h

This commit is contained in:
Stephan Unverwerth 2021-12-16 22:48:11 +01:00 committed by Brian Gianforcaro
parent 251f3c007f
commit 178b28b469
4 changed files with 0 additions and 30 deletions

View file

@ -12,7 +12,6 @@
#include <AK/TemporaryChange.h>
#include <AK/Variant.h>
#include <AK/Vector.h>
#include <LibGL/GLStruct.h>
#include <LibGL/SoftwareGLContext.h>
#include <LibGfx/Bitmap.h>
#include <LibGfx/Painter.h>