diff options
Diffstat (limited to 'gdb/blockframe.c')
-rw-r--r-- | gdb/blockframe.c | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/gdb/blockframe.c b/gdb/blockframe.c index fe7807b..8b1acab 100644 --- a/gdb/blockframe.c +++ b/gdb/blockframe.c @@ -19,21 +19,23 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "symtab.h" + +/* Local non-gdb includes. */ +#include "annotate.h" #include "bfd.h" -#include "objfiles.h" +#include "block.h" +#include "command.h" +#include "dummy-frame.h" #include "frame.h" +#include "gdbcmd.h" #include "gdbcore.h" -#include "value.h" -#include "target.h" #include "inferior.h" -#include "annotate.h" -#include "regcache.h" -#include "dummy-frame.h" -#include "command.h" -#include "gdbcmd.h" -#include "block.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. |