Sort includes for files gdb/[a-f]*.[chyl].
[deliverable/binutils-gdb.git] / gdb / corefile.c
index 0e348938fafe15e3a896c57af163a36c521a2808..7a99a4d79dc7dc5b966d10ff5c16eac7d287b2f6 100644 (file)
@@ -1,6 +1,6 @@
 /* Core dump and executable file functions above target vector, for GDB.
 
-   Copyright (C) 1986-2018 Free Software Foundation, Inc.
+   Copyright (C) 1986-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include <signal.h>
+
+/* Standard C includes.  */
 #include <fcntl.h>
-#include "inferior.h"
-#include "symtab.h"
+#include <signal.h>
+#include <sys/stat.h>
+
+/* Local non-gdb includes.  */
+#include "bfd.h"
+#include "cli/cli-utils.h"
 #include "command.h"
+#include "completer.h"
+#include "dis-asm.h"
 #include "gdbcmd.h"
-#include "bfd.h"
-#include "target.h"
 #include "gdbcore.h"
-#include "dis-asm.h"
-#include <sys/stat.h>
-#include "completer.h"
+#include "inferior.h"
 #include "observable.h"
-#include "cli/cli-utils.h"
+#include "symtab.h"
+#include "target.h"
 
 /* You can have any number of hooks for `exec_file_command' command to
    call.  If there's only one hook, it is set in exec_file_display
This page took 0.029175 seconds and 4 git commands to generate.