summaryrefslogtreecommitdiff
path: root/gdb/tramp-frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tramp-frame.c')
-rw-r--r--gdb/tramp-frame.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/tramp-frame.c b/gdb/tramp-frame.c
index f6a97635651..13076989f64 100644
--- a/gdb/tramp-frame.c
+++ b/gdb/tramp-frame.c
@@ -19,13 +19,15 @@
#include "defs.h"
#include "tramp-frame.h"
+
+/* Local includes. */
+#include "frame-base.h"
#include "frame-unwind.h"
#include "gdbcore.h"
-#include "symtab.h"
#include "objfiles.h"
+#include "symtab.h"
#include "target.h"
#include "trad-frame.h"
-#include "frame-base.h"
struct frame_data
{