summaryrefslogtreecommitdiff
path: root/gdb/blockframe.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/blockframe.c')
-rw-r--r--gdb/blockframe.c24
1 files changed, 14 insertions, 10 deletions
diff --git a/gdb/blockframe.c b/gdb/blockframe.c
index fe7807b87a6..0dd7968bee6 100644
--- a/gdb/blockframe.c
+++ b/gdb/blockframe.c
@@ -19,21 +19,25 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "symtab.h"
+
+/* Local non-gdb includes. */
#include "bfd.h"
-#include "objfiles.h"
-#include "frame.h"
-#include "gdbcore.h"
-#include "value.h"
-#include "target.h"
-#include "inferior.h"
+
+/* Local includes. */
#include "annotate.h"
-#include "regcache.h"
-#include "dummy-frame.h"
+#include "block.h"
#include "command.h"
+#include "dummy-frame.h"
+#include "frame.h"
#include "gdbcmd.h"
-#include "block.h"
+#include "gdbcore.h"
+#include "inferior.h"
#include "inline-frame.h"
+#include "objfiles.h"
+#include "regcache.h"
+#include "symtab.h"
+#include "target.h"
+#include "value.h"
/* Return the innermost lexical block in execution in a specified
stack frame. The frame address is assumed valid.