diff options
Diffstat (limited to 'gdb/alpha-linux-nat.c')
-rw-r--r-- | gdb/alpha-linux-nat.c | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gdb/alpha-linux-nat.c b/gdb/alpha-linux-nat.c index 18806971a76..91f5b4c6fb0 100644 --- a/gdb/alpha-linux-nat.c +++ b/gdb/alpha-linux-nat.c @@ -17,17 +17,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "target.h" -#include "regcache.h" -#include "linux-nat-trad.h" -#include "alpha-tdep.h" - -#include "nat/gdb_ptrace.h" +/* Standard C includes. */ #include <alpha/ptrace.h> - #include <sys/procfs.h> + +/* Local non-gdb includes. */ +#include "alpha-tdep.h" #include "gregset.h" +#include "linux-nat-trad.h" +#include "nat/gdb_ptrace.h" +#include "regcache.h" +#include "target.h" /* The address of UNIQUE for ptrace. */ #define ALPHA_UNIQUE_PTRACE_ADDR 65 |