LibGL: Remove unused GLStruct.h

This commit is contained in:
Stephan Unverwerth 2021-12-16 22:48:11 +01:00 committed by Brian Gianforcaro
commit 178b28b469
Notes: sideshowbarker 2024-07-17 22:16:38 +09:00
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>