diff options
Diffstat (limited to 'sim/h8300/compile.c')
-rw-r--r-- | sim/h8300/compile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c index 27530db..b8c5ef3 100644 --- a/sim/h8300/compile.c +++ b/sim/h8300/compile.c @@ -32,8 +32,8 @@ #endif #include "ansidecl.h" #include "bfd.h" -#include "callback.h" -#include "remote-sim.h" +#include "gdb/callback.h" +#include "gdb/remote-sim.h" #ifndef SIGTRAP # define SIGTRAP 5 |