summaryrefslogtreecommitdiff
path: root/gdb/nto-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/nto-tdep.c')
-rw-r--r--gdb/nto-tdep.c22
1 files changed, 15 insertions, 7 deletions
diff --git a/gdb/nto-tdep.c b/gdb/nto-tdep.c
index 0caa55c2493..62505cdcecc 100644
--- a/gdb/nto-tdep.c
+++ b/gdb/nto-tdep.c
@@ -20,19 +20,27 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include <sys/stat.h>
#include "nto-tdep.h"
-#include "top.h"
-#include "inferior.h"
-#include "infrun.h"
-#include "gdbarch.h"
+
+/* Standard C includes. */
+#include <sys/stat.h>
+
+/* Local non-gdb includes. */
#include "bfd.h"
#include "elf-bfd.h"
-#include "solib-svr4.h"
+
+/* Local subdirectory includes. */
+#include "common/pathstuff.h"
+
+/* Local includes. */
+#include "gdbarch.h"
#include "gdbcore.h"
+#include "inferior.h"
+#include "infrun.h"
#include "objfiles.h"
+#include "solib-svr4.h"
#include "source.h"
-#include "common/pathstuff.h"
+#include "top.h"
#define QNX_NOTE_NAME "QNX"
#define QNX_INFO_SECT_NAME "QNX_info"