1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:37:35 +00:00

LibDebug: Don't include <Libraries/...>

This commit is contained in:
Andreas Kling 2020-08-17 15:26:11 +02:00
parent d62a59d7b8
commit ba856c7ebe
2 changed files with 3 additions and 3 deletions

View file

@ -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 {