1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:27:44 +00:00

LibELF: Refactor coredump notes section structures

This commit is contained in:
Itamar 2020-11-11 22:02:39 +02:00 committed by Andreas Kling
parent f12e13e81c
commit 349c6780ce
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>