diff options
Diffstat (limited to 'gdb/inline-frame.c')
-rw-r--r-- | gdb/inline-frame.c | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/gdb/inline-frame.c b/gdb/inline-frame.c index 214cb824976..958d121c8c2 100644 --- a/gdb/inline-frame.c +++ b/gdb/inline-frame.c @@ -18,18 +18,24 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "breakpoint.h" #include "inline-frame.h" + +/* Standard C++ includes. */ +#include <algorithm> + +/* Local subdirectory includes. */ +#include "common/vec.h" + +/* Local includes. */ #include "addrmap.h" #include "block.h" +#include "breakpoint.h" #include "frame-unwind.h" -#include "inferior.h" +#include "frame.h" #include "gdbthread.h" +#include "inferior.h" #include "regcache.h" #include "symtab.h" -#include "common/vec.h" -#include "frame.h" -#include <algorithm> /* We need to save a few variables for every thread stopped at the virtual call site of an inlined function. If there was always a |