diff options
Diffstat (limited to 'src/format/dwarf/v3')
-rw-r--r-- | src/format/dwarf/v3/dwarf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/format/dwarf/v3/dwarf.h b/src/format/dwarf/v3/dwarf.h index e95ed16..bac5ccc 100644 --- a/src/format/dwarf/v3/dwarf.h +++ b/src/format/dwarf/v3/dwarf.h @@ -28,8 +28,7 @@ #include <glib-object.h> -#include "../../executable.h" -#include "../../format.h" +#include "../../../core/formats.h" |