mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibGL: Move AK/Debug.h include to where it is used
This commit is contained in:
parent
143a64f9a2
commit
a55360781b
Notes:
sideshowbarker
2024-07-17 18:13:59 +09:00
Author: https://github.com/BenWiederhake
Commit: a55360781b
Pull-request: https://github.com/SerenityOS/serenity/pull/16783
Reviewed-by: https://github.com/bgianfo ✅
10 changed files with 1 additions and 9 deletions
|
@ -7,7 +7,6 @@
|
|||
*/
|
||||
|
||||
#include <AK/Assertions.h>
|
||||
#include <AK/Debug.h>
|
||||
#include <LibGL/GLContext.h>
|
||||
|
||||
namespace GL {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue