mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:57:34 +00:00
LibDebug: Break inclusion cycle through many forward-declarations
This commit is contained in:
parent
7c5e30daaa
commit
75673319ad
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