1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 17:48:12 +00:00

LibGL: Move AK/Debug.h include to where it is used

This commit is contained in:
Ben Wiederhake 2023-01-02 20:59:57 +01:00 committed by Tim Flynn
parent 143a64f9a2
commit a55360781b
10 changed files with 1 additions and 9 deletions

View file

@ -7,7 +7,6 @@
*/
#include <AK/Assertions.h>
#include <AK/Debug.h>
#include <LibGL/GLContext.h>
namespace GL {