1
Fork 0
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:
Andreas Kling 2019-04-03 12:30:04 +02:00
parent 9fca94269e
commit 072ea7eece
7 changed files with 5 additions and 5 deletions

View file

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