diff options
Diffstat (limited to 'gdb/mem-break.c')
-rw-r--r-- | gdb/mem-break.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/mem-break.c b/gdb/mem-break.c index ad7296b..095b81f 100644 --- a/gdb/mem-break.c +++ b/gdb/mem-break.c @@ -24,9 +24,6 @@ #include "breakpoint.h" #include "inferior.h" #include "target.h" -#include <string.h> - - /* Insert a breakpoint on targets that don't have any better breakpoint support. We read the contents of the target location and stash it, then overwrite it with a breakpoint instruction. |