From 6c537a5241d79759c6a8fe93b6770bb6c9afb46d Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 5 Feb 2002 19:09:34 +0000 Subject: [PATCH] 2002-02-05 Daniel Jacobowitz * gdbserver/linux-low.c: Remove unused include files. --- gdb/ChangeLog | 4 ++++ gdb/gdbserver/linux-low.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 11e02f6..ebe2886 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2002-02-05 Daniel Jacobowitz + * gdbserver/linux-low.c: Remove unused include files. + +2002-02-05 Daniel Jacobowitz + * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE. (read_inferior_memory): Use it. (write_inferior_memory): Likewise. diff --git a/gdb/gdbserver/linux-low.c b/gdb/gdbserver/linux-low.c index 3bdd2a6..5b05af1 100644 --- a/gdb/gdbserver/linux-low.c +++ b/gdb/gdbserver/linux-low.c @@ -21,8 +21,6 @@ #include "server.h" #include -#include "frame.h" -#include "inferior.h" #include #include -- 2.7.4