diff options
Diffstat (limited to 'Source/Kernel/Linker')
-rw-r--r-- | Source/Kernel/Linker/ElfBinary.class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Kernel/Linker/ElfBinary.class.h b/Source/Kernel/Linker/ElfBinary.class.h index 311e2e6..1fb9929 100644 --- a/Source/Kernel/Linker/ElfBinary.class.h +++ b/Source/Kernel/Linker/ElfBinary.class.h @@ -2,7 +2,7 @@ #define DEF_ELFBINARY_CLASS_H #include <Linker/Binary.proto.h> -#include <Library/SimpleList.class.h> +#include <SimpleList.class.h> /* p_type */ #define PT_NULL 0 |