summaryrefslogtreecommitdiff
path: root/gdb/inline-frame.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-03-30 11:29:17 -0600
committerTom Tromey <tom@tromey.com>2019-03-30 11:36:53 -0600
commit268f4c4cd7b229f7f23ebbf6006973ebe0a05888 (patch)
treec97516c90aa5bf6ccb54c494c275339d42dc03aa /gdb/inline-frame.c
parentae2b14c73cd42b067e9687219155ed044210f0c1 (diff)
downloadbinutils-gdb-users/tromey/sort-includes.tar.gz
Diffstat (limited to 'gdb/inline-frame.c')
-rw-r--r--gdb/inline-frame.c16
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