aboutsummaryrefslogtreecommitdiff
path: root/gdb/ft32-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ft32-tdep.c')
-rw-r--r--gdb/ft32-tdep.c34
1 files changed, 16 insertions, 18 deletions
diff --git a/gdb/ft32-tdep.c b/gdb/ft32-tdep.c
index 404ec98..bded02f 100644
--- a/gdb/ft32-tdep.c
+++ b/gdb/ft32-tdep.c
@@ -18,32 +18,30 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-
-/* Standard C++ includes. */
-#include <algorithm>
-
-/* Local non-gdb includes. */
-#include "arch-utils.h"
-#include "dis-asm.h"
-#include "frame-base.h"
-#include "frame-unwind.h"
#include "frame.h"
-#include "ft32-tdep.h"
-#include "gdb/sim-ft32.h"
+#include "frame-unwind.h"
+#include "frame-base.h"
+#include "symtab.h"
+#include "gdbtypes.h"
#include "gdbcmd.h"
#include "gdbcore.h"
-#include "gdbtypes.h"
+#include "value.h"
#include "inferior.h"
-#include "language.h"
+#include "symfile.h"
#include "objfiles.h"
-#include "opcode/ft32.h"
#include "osabi.h"
-#include "record.h"
+#include "language.h"
+#include "arch-utils.h"
#include "regcache.h"
-#include "symfile.h"
-#include "symtab.h"
#include "trad-frame.h"
-#include "value.h"
+#include "dis-asm.h"
+#include "record.h"
+
+#include "opcode/ft32.h"
+
+#include "ft32-tdep.h"
+#include "gdb/sim-ft32.h"
+#include <algorithm>
#define RAM_BIAS 0x800000 /* Bias added to RAM addresses. */