LibELF: Refactor coredump notes section structures

This commit is contained in:
Itamar 2020-11-11 22:02:39 +02:00 committed by Andreas Kling
commit 349c6780ce
Notes: sideshowbarker 2024-07-19 00:50:59 +09:00
3 changed files with 17 additions and 12 deletions

View file

@ -26,6 +26,7 @@
*/
#pragma once
#include <AK/NonnullRefPtr.h>
#include <AK/OwnPtr.h>
#include <Kernel/Forward.h>