aboutsummaryrefslogtreecommitdiff
path: root/gdb/auxv.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/auxv.c')
-rw-r--r--gdb/auxv.c26
1 files changed, 12 insertions, 14 deletions
diff --git a/gdb/auxv.c b/gdb/auxv.c
index e654abd..13caa93 100644
--- a/gdb/auxv.c
+++ b/gdb/auxv.c
@@ -18,23 +18,21 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-
-/* Standard C includes. */
-#include <fcntl.h>
-#include <unistd.h>
-
-/* Local non-gdb includes. */
-#include "auxv.h"
-#include "command.h"
-#include "common/filestuff.h"
-#include "elf/common.h"
-#include "gdbcore.h"
+#include "target.h"
#include "gdbtypes.h"
+#include "command.h"
#include "inferior.h"
-#include "objfiles.h"
-#include "observable.h"
-#include "target.h"
#include "valprint.h"
+#include "gdbcore.h"
+#include "observable.h"
+#include "common/filestuff.h"
+#include "objfiles.h"
+
+#include "auxv.h"
+#include "elf/common.h"
+
+#include <unistd.h>
+#include <fcntl.h>
/* Implement the to_xfer_partial target_ops method. This function