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"