summaryrefslogtreecommitdiff
path: root/gdb/dwarf2-frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dwarf2-frame.c')
-rw-r--r--gdb/dwarf2-frame.c24
1 files changed, 14 insertions, 10 deletions
diff --git a/gdb/dwarf2-frame.c b/gdb/dwarf2-frame.c
index 178ac44ecbe..0c59a612d64 100644
--- a/gdb/dwarf2-frame.c
+++ b/gdb/dwarf2-frame.c
@@ -20,25 +20,29 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "dwarf2expr.h"
+#include "dwarf2-frame.h"
+
+/* Local non-gdb includes. */
#include "dwarf2.h"
-#include "frame.h"
+
+/* Local includes. */
+#include "ax.h"
+#include "complaints.h"
+#include "dwarf2-frame-tailcall.h"
+#include "dwarf2expr.h"
+#include "dwarf2loc.h"
+#include "dwarf2read.h"
#include "frame-base.h"
#include "frame-unwind.h"
+#include "frame.h"
#include "gdbcore.h"
#include "gdbtypes.h"
-#include "symtab.h"
#include "objfiles.h"
+#include "record.h"
#include "regcache.h"
+#include "symtab.h"
#include "value.h"
-#include "record.h"
-#include "complaints.h"
-#include "dwarf2-frame.h"
-#include "dwarf2read.h"
-#include "ax.h"
-#include "dwarf2loc.h"
-#include "dwarf2-frame-tailcall.h"
#if GDB_SELF_TEST
#include "common/selftest.h"
#include "selftest-arch.h"