mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
LibDraw: Don't specify LibC/ in standard include paths
This commit is contained in:
parent
482611766a
commit
9143208419
Notes:
sideshowbarker
2024-07-19 09:38:03 +09:00
Author: https://github.com/jcs Commit: https://github.com/SerenityOS/serenity/commit/9143208419f Pull-request: https://github.com/SerenityOS/serenity/pull/1177
1 changed files with 5 additions and 5 deletions
|
@ -29,11 +29,11 @@
|
|||
#include <AK/MappedFile.h>
|
||||
#include <AK/StdLibExtras.h>
|
||||
#include <AK/kmalloc.h>
|
||||
#include <LibC/errno.h>
|
||||
#include <LibC/fcntl.h>
|
||||
#include <LibC/mman.h>
|
||||
#include <LibC/stdio.h>
|
||||
#include <LibC/unistd.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <AK/Utf8View.h>
|
||||
#include "Emoji.h"
|
||||
#include "GraphicsBitmap.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue