summaryrefslogtreecommitdiff
path: root/gdb/symmisc.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/symmisc.c
parentae2b14c73cd42b067e9687219155ed044210f0c1 (diff)
downloadbinutils-gdb-268f4c4cd7b229f7f23ebbf6006973ebe0a05888.tar.gz
Diffstat (limited to 'gdb/symmisc.c')
-rw-r--r--gdb/symmisc.c31
1 files changed, 18 insertions, 13 deletions
diff --git a/gdb/symmisc.c b/gdb/symmisc.c
index 0220b42749e..988d2afa60e 100644
--- a/gdb/symmisc.c
+++ b/gdb/symmisc.c
@@ -18,27 +18,32 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "symtab.h"
-#include "gdbtypes.h"
+
+/* Standard C includes. */
+#include <sys/stat.h>
+
+/* Local non-gdb includes. */
#include "bfd.h"
#include "filenames.h"
-#include "symfile.h"
-#include "objfiles.h"
+#include "readline/readline.h"
+
+/* Local includes. */
+#include "bcache.h"
+#include "block.h"
#include "breakpoint.h"
#include "command.h"
+#include "dictionary.h"
#include "gdb_obstack.h"
-#include "language.h"
-#include "bcache.h"
-#include "block.h"
#include "gdb_regex.h"
-#include <sys/stat.h>
-#include "dictionary.h"
-#include "typeprint.h"
#include "gdbcmd.h"
-#include "source.h"
-#include "readline/readline.h"
-
+#include "gdbtypes.h"
+#include "language.h"
+#include "objfiles.h"
#include "psymtab.h"
+#include "source.h"
+#include "symfile.h"
+#include "symtab.h"
+#include "typeprint.h"
/* Unfortunately for debugging, stderr is usually a macro. This is painful
when calling functions that take FILE *'s from the debugger.