mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 12:17:44 +00:00
Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress.
This commit is contained in:
parent
6306cf5c27
commit
a58d7fd8bb
27 changed files with 119 additions and 121 deletions
|
@ -4,7 +4,6 @@
|
|||
#include <AK/HashMap.h>
|
||||
#include <AK/AKString.h>
|
||||
#include <Kernel/ELF/exec_elf.h>
|
||||
#include <Kernel/types.h>
|
||||
|
||||
class ELFImage {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue