summaryrefslogtreecommitdiff
path: root/gdb/corelow.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/corelow.c')
-rw-r--r--gdb/corelow.c44
1 files changed, 26 insertions, 18 deletions
diff --git a/gdb/corelow.c b/gdb/corelow.c
index 7fb42970de4..fd0a6f9c326 100644
--- a/gdb/corelow.c
+++ b/gdb/corelow.c
@@ -18,31 +18,39 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "arch-utils.h"
-#include <signal.h>
+
+/* Standard C includes. */
#include <fcntl.h>
-#include "frame.h" /* required by inferior.h */
-#include "inferior.h"
-#include "infrun.h"
-#include "symtab.h"
-#include "command.h"
+#include <signal.h>
+
+/* Local non-gdb includes. */
#include "bfd.h"
-#include "target.h"
-#include "process-stratum-target.h"
+#include "filenames.h"
+#include "readline/readline.h"
+
+/* Local subdirectory includes. */
+#include "common/filestuff.h"
+
+/* Local includes. */
+#include "arch-utils.h"
+#include "command.h"
+#include "completer.h"
+#include "exec.h"
+#include "frame.h"
+#include "gdb_bfd.h"
#include "gdbcore.h"
#include "gdbthread.h"
+#include "inferior.h"
+#include "infrun.h"
+#include "objfiles.h"
+#include "process-stratum-target.h"
+#include "progspace.h"
#include "regcache.h"
#include "regset.h"
-#include "symfile.h"
-#include "exec.h"
-#include "readline/readline.h"
#include "solib.h"
-#include "filenames.h"
-#include "progspace.h"
-#include "objfiles.h"
-#include "gdb_bfd.h"
-#include "completer.h"
-#include "common/filestuff.h"
+#include "symfile.h"
+#include "symtab.h"
+#include "target.h"
#ifndef O_LARGEFILE
#define O_LARGEFILE 0