diff options
Diffstat (limited to 'gdb/exec.h')
-rw-r--r-- | gdb/exec.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,10 +20,10 @@ #ifndef EXEC_H #define EXEC_H -#include "memrange.h" +#include "target.h" #include "progspace.h" +#include "memrange.h" #include "symfile-add-flags.h" -#include "target.h" struct target_section; struct target_ops; |