summaryrefslogtreecommitdiff
path: root/gdb/stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/stack.c')
-rw-r--r--gdb/stack.c55
1 files changed, 30 insertions, 25 deletions
diff --git a/gdb/stack.c b/gdb/stack.c
index bce8d58f543..7722824fd42 100644
--- a/gdb/stack.c
+++ b/gdb/stack.c
@@ -18,40 +18,45 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "value.h"
-#include "symtab.h"
-#include "gdbtypes.h"
-#include "expression.h"
-#include "language.h"
-#include "frame.h"
-#include "gdbcmd.h"
-#include "gdbcore.h"
-#include "target.h"
-#include "source.h"
-#include "breakpoint.h"
+#include "stack.h"
+
+/* Local non-gdb includes. */
#include "demangle.h"
-#include "inferior.h"
+
+/* Local subdirectory includes. */
+#include "cli/cli-utils.h"
+#include "common/def-vector.h"
+
+/* Local includes. */
#include "annotate.h"
-#include "ui-out.h"
#include "block.h"
-#include "stack.h"
-#include "dictionary.h"
-#include "reggroups.h"
-#include "regcache.h"
-#include "solib.h"
-#include "valprint.h"
-#include "gdbthread.h"
+#include "breakpoint.h"
#include "cp-support.h"
+#include "dictionary.h"
#include "disasm.h"
+#include "expression.h"
+#include "extension.h"
+#include "frame.h"
+#include "gdbcmd.h"
+#include "gdbcore.h"
+#include "gdbthread.h"
+#include "gdbtypes.h"
+#include "inferior.h"
#include "inline-frame.h"
+#include "language.h"
#include "linespec.h"
-#include "cli/cli-utils.h"
#include "objfiles.h"
-
-#include "symfile.h"
-#include "extension.h"
#include "observable.h"
-#include "common/def-vector.h"
+#include "regcache.h"
+#include "reggroups.h"
+#include "solib.h"
+#include "source.h"
+#include "symfile.h"
+#include "symtab.h"
+#include "target.h"
+#include "ui-out.h"
+#include "valprint.h"
+#include "value.h"
/* The possible choices of "set print frame-arguments", and the value
of this setting. */