1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09: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
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>