mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
LibDebug: Don't include <Libraries/...>
This commit is contained in:
parent
d62a59d7b8
commit
ba856c7ebe
Notes:
sideshowbarker
2024-07-19 03:29:14 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/ba856c7ebe1
@ -30,10 +30,10 @@
|
||||
#include <AK/NonnullRefPtr.h>
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <LibDebug/Dwarf/DIE.h>
|
||||
#include <LibDebug/Dwarf/DwarfInfo.h>
|
||||
#include <LibDebug/Dwarf/LineProgram.h>
|
||||
#include <LibELF/Loader.h>
|
||||
#include <Libraries/LibDebug/Dwarf/DIE.h>
|
||||
#include <Libraries/LibDebug/Dwarf/LineProgram.h>
|
||||
#include <sys/arch/i386/regs.h>
|
||||
|
||||
class DebugInfo {
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <AK/NonnullRefPtr.h>
|
||||
#include <AK/RefCounted.h>
|
||||
#include <AK/String.h>
|
||||
#include <Libraries/LibELF/Loader.h>
|
||||
#include <LibELF/Loader.h>
|
||||
|
||||
namespace Dwarf {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user