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]

PATCH: gnu-v2-abi.c doesn't need gdb_regex.h



2001-05-11  Jim Blandy  <jimb@redhat.com>

	* gnu-v2-abi.c: Don't #include "gdb_regex.h".  We don't use it.

Index: gdb/gnu-v2-abi.c
===================================================================
RCS file: /cvs/src/src/gdb/gnu-v2-abi.c,v
retrieving revision 1.1
diff -c -r1.1 gnu-v2-abi.c
*** gdb/gnu-v2-abi.c	2001/04/27 00:19:09	1.1
--- gdb/gnu-v2-abi.c	2001/05/12 03:59:33
***************
*** 22,28 ****
     Boston, MA 02111-1307, USA.  */
  
  #include "defs.h"
- #include "gdb_regex.h"
  #include "gdb_string.h"
  #include "symtab.h"
  #include "gdbtypes.h"
--- 22,27 ----


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