diff options
Diffstat (limited to 'gdb/arm-wince-tdep.c')
-rw-r--r-- | gdb/arm-wince-tdep.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gdb/arm-wince-tdep.c b/gdb/arm-wince-tdep.c index 6eae60e..0ca6c81 100644 --- a/gdb/arm-wince-tdep.c +++ b/gdb/arm-wince-tdep.c @@ -19,13 +19,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "osabi.h" -#include "gdbcore.h" -#include "target.h" -#include "frame.h" +/* Local non-gdb includes. */ #include "arch/arm.h" #include "arm-tdep.h" +#include "frame.h" +#include "gdbcore.h" +#include "osabi.h" +#include "target.h" #include "windows-tdep.h" static const gdb_byte arm_wince_le_breakpoint[] = { 0x10, 0x00, 0x00, 0xe6 }; |