diff options
Diffstat (limited to 'gdb/dwarf2-frame-tailcall.c')
-rw-r--r-- | gdb/dwarf2-frame-tailcall.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gdb/dwarf2-frame-tailcall.c b/gdb/dwarf2-frame-tailcall.c index c4e9c09..4cf7f5f 100644 --- a/gdb/dwarf2-frame-tailcall.c +++ b/gdb/dwarf2-frame-tailcall.c @@ -18,18 +18,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" - -/* Local non-gdb includes. */ -#include "block.h" +#include "frame.h" #include "dwarf2-frame-tailcall.h" -#include "dwarf2-frame.h" #include "dwarf2loc.h" #include "frame-unwind.h" -#include "frame.h" -#include "gdbtypes.h" +#include "block.h" #include "hashtab.h" +#include "gdbtypes.h" #include "regcache.h" #include "value.h" +#include "dwarf2-frame.h" /* Contains struct tailcall_cache indexed by next_bottom_frame. */ static htab_t cache_htab; |