mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 23:09:08 +00:00
Kernel: Qualify a bunch of #include statements.
This commit is contained in:
parent
de9edb0169
commit
891d4c4834
Notes:
sideshowbarker
2024-07-19 13:40:51 +09:00
Author: https://github.com/awesomekling
Commit: 891d4c4834
7 changed files with 27 additions and 26 deletions
|
@ -1,11 +1,11 @@
|
|||
#include "Ext2FileSystem.h"
|
||||
#include "RTC.h"
|
||||
#include "UnixTypes.h"
|
||||
#include "ext2_fs.h"
|
||||
#include <AK/Bitmap.h>
|
||||
#include <AK/BufferStream.h>
|
||||
#include <AK/StdLibExtras.h>
|
||||
#include <Kernel/FileSystem/Ext2FileSystem.h>
|
||||
#include <Kernel/FileSystem/ext2_fs.h>
|
||||
#include <Kernel/Process.h>
|
||||
#include <Kernel/RTC.h>
|
||||
#include <Kernel/UnixTypes.h>
|
||||
#include <LibC/errno_numbers.h>
|
||||
|
||||
//#define EXT2_DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue