diff options
Diffstat (limited to 'gdb/linux-nat.c')
-rw-r--r-- | gdb/linux-nat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index bf6f586..4dfb3ff 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -46,7 +46,6 @@ #include "gregset.h" /* for gregset */ #include "gdbcore.h" /* for get_exec_file */ #include <ctype.h> /* for isdigit */ -#include "gdbthread.h" /* for struct thread_info etc. */ #include <sys/stat.h> /* for struct stat */ #include <fcntl.h> /* for O_RDONLY */ #include "inf-loop.h" @@ -65,7 +64,6 @@ #include "agent.h" #include "tracepoint.h" #include "exceptions.h" -#include "linux-ptrace.h" #include "buffer.h" #include "target-descriptions.h" #include "filestuff.h" |