mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +00:00
LibELF: Move AK/ELF/ into Libraries/LibELF/
Let's arrange things like this instead. It didn't feel right for all of the ELF handling code to live in AK.
This commit is contained in:
parent
31beff8afb
commit
49635e62fa
9 changed files with 11 additions and 11 deletions
|
@ -1,9 +1,9 @@
|
|||
#include "KSyms.h"
|
||||
#include "Process.h"
|
||||
#include "Scheduler.h"
|
||||
#include <AK/ELF/ELFLoader.h>
|
||||
#include <AK/TemporaryChange.h>
|
||||
#include <Kernel/FileSystem/FileDescription.h>
|
||||
#include <Kernel/KSyms.h>
|
||||
#include <Kernel/Process.h>
|
||||
#include <Kernel/Scheduler.h>
|
||||
#include <LibELF/ELFLoader.h>
|
||||
|
||||
static KSym* s_ksyms;
|
||||
u32 ksym_lowest_address = 0xffffffff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue