This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Remove some unneeded GDB includes from linux-low.c


Committed as obvious.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer

2002-02-05  Daniel Jacobowitz  <drow@mvista.com>

	* gdbserver/linux-low.c: Remove unused include files.

Index: linux-low.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/linux-low.c,v
retrieving revision 1.3
diff -u -p -r1.3 linux-low.c
--- linux-low.c	2002/02/05 19:06:26	1.3
+++ linux-low.c	2002/02/05 19:08:04
@@ -21,8 +21,6 @@
 
 #include "server.h"
 #include <sys/wait.h>
-#include "frame.h"
-#include "inferior.h"
 
 #include <stdio.h>
 #include <sys/param.h>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]