1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:07:44 +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

@ -9,7 +9,6 @@
#include <AK/Array.h>
#include <AK/OwnPtr.h>
#include <LibGL/GL/gl.h>
#include <LibGL/GLStruct.h>
#include <LibGL/Tex/Texture2D.h>
#include <LibGL/Tex/TextureUnit.h>
#include <LibGfx/Bitmap.h>