mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:48:11 +00:00
Kernel: Move ELF-related files into Kernel/ELF/.
This commit is contained in:
parent
9fca94269e
commit
072ea7eece
7 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <Kernel/FileDescriptor.h>
|
||||
#include <Kernel/FileSystem/VirtualFileSystem.h>
|
||||
#include <Kernel/NullDevice.h>
|
||||
#include "ELFLoader.h"
|
||||
#include <Kernel/ELF/ELFLoader.h>
|
||||
#include "MemoryManager.h"
|
||||
#include "i8253.h"
|
||||
#include "RTC.h"
|
||||
|
@ -20,7 +20,7 @@
|
|||
#include "KSyms.h"
|
||||
#include <Kernel/Socket.h>
|
||||
#include <Kernel/TTY/MasterPTY.h>
|
||||
#include <Kernel/exec_elf.h>
|
||||
#include <Kernel/ELF/exec_elf.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
|
||||
//#define DEBUG_IO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue