mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-23 08:06:11 +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:
@@ -1,4 +1,3 @@
|
||||
#include <AK/ELF/ELFLoader.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <Kernel/FileSystem/FileDescription.h>
|
||||
#include <Kernel/Process.h>
|
||||
@@ -6,6 +5,7 @@
|
||||
#include <Kernel/Thread.h>
|
||||
#include <Kernel/VM/MemoryManager.h>
|
||||
#include <LibC/signal_numbers.h>
|
||||
#include <LibELF/ELFLoader.h>
|
||||
|
||||
//#define SIGNAL_DEBUG
|
||||
|
||||
|
||||
Reference in New Issue
Block a user