mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:38:10 +00:00
Move ELFLoader code into Kernel/.
This commit is contained in:
parent
ac7a60225e
commit
44036f32bc
10 changed files with 5 additions and 27 deletions
|
@ -19,7 +19,7 @@
|
|||
#include <VirtualFileSystem/FileDescriptor.h>
|
||||
#include <AK/OwnPtr.h>
|
||||
#include "MemoryManager.h"
|
||||
#include <ELFLoader/ELFLoader.h>
|
||||
#include "ELFLoader.h"
|
||||
#include "Console.h"
|
||||
#include "ProcFileSystem.h"
|
||||
#include "RTC.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue