mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 16:46:08 +00:00
LibDebug: Break inclusion cycle through many forward-declarations
This commit is contained in:
parent
7c5e30daaa
commit
75673319ad
Notes:
sideshowbarker
2024-07-17 07:05:31 +09:00
Author: https://github.com/BenWiederhake
Commit: 75673319ad
Pull-request: https://github.com/SerenityOS/serenity/pull/15235
Reviewed-by: https://github.com/bgianfo ✅
Reviewed-by: https://github.com/trflynn89
6 changed files with 23 additions and 6 deletions
|
@ -6,13 +6,15 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "DwarfInfo.h"
|
||||
#include <AK/FlyString.h>
|
||||
#include <AK/MemoryStream.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <LibDebug/Dwarf/DwarfTypes.h>
|
||||
|
||||
namespace Debug::Dwarf {
|
||||
|
||||
class DwarfInfo;
|
||||
|
||||
struct [[gnu::packed]] LineProgramUnitHeader32Common {
|
||||
u32 length;
|
||||
u16 version;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue