aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame-unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/frame-unwind.c')
-rw-r--r--gdb/frame-unwind.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/gdb/frame-unwind.c b/gdb/frame-unwind.c
index 46096c2..e5ddeba 100644
--- a/gdb/frame-unwind.c
+++ b/gdb/frame-unwind.c
@@ -18,16 +18,14 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-
-/* Local non-gdb includes. */
-#include "dummy-frame.h"
-#include "frame-unwind.h"
#include "frame.h"
-#include "gdb_obstack.h"
+#include "frame-unwind.h"
+#include "dummy-frame.h"
#include "inline-frame.h"
+#include "value.h"
#include "regcache.h"
+#include "gdb_obstack.h"
#include "target.h"
-#include "value.h"
static struct gdbarch_data *frame_unwind_data;