summaryrefslogtreecommitdiff
path: root/sim/sh64/sh64.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/sh64/sh64.c')
-rw-r--r--sim/sh64/sh64.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/sh64/sh64.c b/sim/sh64/sh64.c
index 55c90e623c0..12ce3f69a66 100644
--- a/sim/sh64/sh64.c
+++ b/sim/sh64/sh64.c
@@ -26,12 +26,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "cgen-mem.h"
#include "cgen-ops.h"
-#include "callback.h"
+#include "gdb/callback.h"
#include "defs-compact.h"
#include "bfd.h"
-/* From include/. */
-#include "sim-sh64.h"
+/* From include/gdb/. */
+#include "gdb/sim-sh.h"
#define SYS_exit 1
#define SYS_read 3