mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 11:45:08 +00:00
LibGUI: Don't specify LibC/ for standard includes
This commit is contained in:
parent
534d27693c
commit
dab78c90f3
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
Add a link
Reference in a new issue