diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-23 14:03:28 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-23 14:15:18 +0200 |
| commit | f6f10575f75ac23d06e1d94f7861611503daa7af (patch) | |
| tree | 23c93eb6d63aac78cbe6c2b1b190665c1530e0dd /libs/elf/include | |
| parent | 2d8fed40bd0d0f8144783b6b344dc79944291b72 (diff) | |
| download | teachos-f6f10575f75ac23d06e1d94f7861611503daa7af.tar.xz teachos-f6f10575f75ac23d06e1d94f7861611503daa7af.zip | |
chore: banish relative includes
Diffstat (limited to 'libs/elf/include')
| -rw-r--r-- | libs/elf/include/elf/section_header.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/elf/include/elf/section_header.hpp b/libs/elf/include/elf/section_header.hpp index 2b907cb..b1305ec 100644 --- a/libs/elf/include/elf/section_header.hpp +++ b/libs/elf/include/elf/section_header.hpp @@ -1,7 +1,7 @@ #ifndef ELF_SECTION_HEADER_HPP #define ELF_SECTION_HEADER_HPP -#include "format.hpp" +#include <elf/format.hpp> #include <cstddef> #include <cstdint> |
