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

LibGL: Remove unused/default includes from GLContext

This commit is contained in:
Jelle Raaijmakers 2022-09-04 16:47:20 +02:00 committed by Linus Groh
parent 07e94b3ec1
commit 6d8dd0ee61

View file

@ -6,9 +6,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Assertions.h>
#include <AK/Debug.h>
#include <AK/Format.h>
#include <AK/Vector.h>
#include <LibGL/GLContext.h>
#include <LibGL/Image.h>
@ -17,7 +15,6 @@
#include <LibGPU/ImageDataLayout.h>
#include <LibGPU/ImageFormat.h>
#include <LibGfx/Bitmap.h>
#include <LibGfx/Vector3.h>
__attribute__((visibility("hidden"))) GL::GLContext* g_gl_context;