From: Keith Seitz Date: Mon, 9 Jan 2012 20:47:47 +0000 (+0000) Subject: * breakpoint.c (wrapper.h): Don't include. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=696166a3767cfd209c2445b4a358241dc6e7157a;p=binutils-gdb.git * breakpoint.c (wrapper.h): Don't include. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 99c63191858..bb10c6bed87 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-01-09 Keith Seitz + + * breakpoint.c (wrapper.h): Don't include. + 2012-01-09 Keith Seitz * Makefile.in (SFILES): Remove wrapper.c. diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 6bcedc4bcb5..7b8d10f9c0f 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -56,7 +56,6 @@ #include "memattr.h" #include "ada-lang.h" #include "top.h" -#include "wrapper.h" #include "valprint.h" #include "jit.h" #include "xml-syscall.h"