mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 20:45:14 +00:00
LibGUI: Don't specify LibC/ for standard includes
This commit is contained in:
parent
534d27693c
commit
dab78c90f3
Notes:
sideshowbarker
2024-07-19 09:37:24 +09:00
Author: https://github.com/jcs Commit: https://github.com/SerenityOS/serenity/commit/dab78c90f3b Pull-request: https://github.com/SerenityOS/serenity/pull/1177
1 changed files with 3 additions and 3 deletions
|
@ -28,9 +28,6 @@
|
|||
#include <AK/JsonObject.h>
|
||||
#include <AK/NeverDestroyed.h>
|
||||
#include <AK/SharedBuffer.h>
|
||||
#include <LibC/stdio.h>
|
||||
#include <LibC/stdlib.h>
|
||||
#include <LibC/unistd.h>
|
||||
#include <LibDraw/GraphicsBitmap.h>
|
||||
#include <LibGUI/GAction.h>
|
||||
#include <LibGUI/GApplication.h>
|
||||
|
@ -39,6 +36,9 @@
|
|||
#include <LibGUI/GWidget.h>
|
||||
#include <LibGUI/GWindow.h>
|
||||
#include <LibGUI/GWindowServerConnection.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
//#define UPDATE_COALESCING_DEBUG
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue