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