diff options
author | Keith Seitz <keiths@redhat.com> | 2012-01-09 20:47:47 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2012-01-09 20:47:47 +0000 |
commit | 696166a3767cfd209c2445b4a358241dc6e7157a (patch) | |
tree | 2e40a1a9817ae90e73a2a856a5fe95fbaa1bcf1c /gdb/breakpoint.c | |
parent | 8e7b59a53f5851810d5feffbee9d339c4935f4eb (diff) | |
download | gdb-696166a3767cfd209c2445b4a358241dc6e7157a.zip gdb-696166a3767cfd209c2445b4a358241dc6e7157a.tar.gz gdb-696166a3767cfd209c2445b4a358241dc6e7157a.tar.bz2 |
* breakpoint.c (wrapper.h): Don't include.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 6bcedc4..7b8d10f 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" |