mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +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
Notes:
sideshowbarker
2024-07-19 11:21:11 +09:00
Author: https://github.com/awesomekling
Commit: 49635e62fa
9 changed files with 11 additions and 11 deletions
|
@ -1,5 +1,3 @@
|
|||
#include <AK/ELF/ELFLoader.h>
|
||||
#include <AK/ELF/exec_elf.h>
|
||||
#include <AK/FileSystemPath.h>
|
||||
#include <AK/StdLibExtras.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
|
@ -37,6 +35,8 @@
|
|||
#include <Kernel/VM/InodeVMObject.h>
|
||||
#include <LibC/errno_numbers.h>
|
||||
#include <LibC/signal_numbers.h>
|
||||
#include <LibELF/ELFLoader.h>
|
||||
#include <LibELF/exec_elf.h>
|
||||
|
||||
//#define DEBUG_POLL_SELECT
|
||||
//#define DEBUG_IO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue