summaryrefslogtreecommitdiff
path: root/gdb/nat/ppc-linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/nat/ppc-linux.c')
-rw-r--r--gdb/nat/ppc-linux.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/gdb/nat/ppc-linux.c b/gdb/nat/ppc-linux.c
index 27942fa2a5d..2307248c7f0 100644
--- a/gdb/nat/ppc-linux.c
+++ b/gdb/nat/ppc-linux.c
@@ -16,14 +16,17 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "common/common-defs.h"
-#include "ppc-linux.h"
-#include "nat/gdb_ptrace.h"
-#include <elf.h>
+#include "nat/ppc-linux.h"
+/* Standard C includes. */
+#include <elf.h>
#ifdef HAVE_GETAUXVAL
#include <sys/auxv.h>
#endif
+/* Local subdirectory includes. */
+#include "nat/gdb_ptrace.h"
+
#ifdef __powerpc64__
/* Get the HWCAP from the process of GDB or GDBserver. If success,