Move ELFLoader code into Kernel/.

This commit is contained in:
Andreas Kling 2018-12-02 20:27:08 +01:00
commit 44036f32bc
Notes: sideshowbarker 2024-07-19 16:09:24 +09:00
10 changed files with 5 additions and 27 deletions

View file

@ -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"