mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-09 00:22:36 +02:00
LibFileSystem: Clean up #include directives
This change aims to improve the speed of incremental builds.
This commit is contained in:
committed by
Jelle Raaijmakers
parent
d0c0db5bb3
commit
b3c253e50f
Notes:
github-actions[bot]
2024-11-20 14:19:03 +00:00
Author: https://github.com/shlyakpavel Commit: https://github.com/LadybirdBrowser/ladybird/commit/b3c253e50fe Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2446
@@ -10,8 +10,6 @@
|
||||
#include <LibCore/DirIterator.h>
|
||||
#include <LibCore/System.h>
|
||||
#include <LibFileSystem/FileSystem.h>
|
||||
#include <dirent.h>
|
||||
#include <limits.h>
|
||||
|
||||
#if !defined(AK_OS_IOS) && defined(AK_OS_BSD_GENERIC)
|
||||
# include <sys/disk.h>
|
||||
|
||||
Reference in New Issue
Block a user