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