diff options
Diffstat (limited to 'gdb/frame-unwind.c')
-rw-r--r-- | gdb/frame-unwind.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gdb/frame-unwind.c b/gdb/frame-unwind.c index e5ddeba..46096c2 100644 --- a/gdb/frame-unwind.c +++ b/gdb/frame-unwind.c @@ -18,14 +18,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "frame.h" -#include "frame-unwind.h" + +/* Local non-gdb includes. */ #include "dummy-frame.h" +#include "frame-unwind.h" +#include "frame.h" +#include "gdb_obstack.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; |