aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/watchpoints.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/watchpoints.c')
-rw-r--r--gdb/testsuite/gdb.base/watchpoints.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.base/watchpoints.c b/gdb/testsuite/gdb.base/watchpoints.c
index 23d00c0..0a53c28 100644
--- a/gdb/testsuite/gdb.base/watchpoints.c
+++ b/gdb/testsuite/gdb.base/watchpoints.c
@@ -21,9 +21,6 @@
/* This source is mainly to test what happens when a watchpoint is
removed while another watchpoint, inserted later is left active. */
-#include <stdio.h>
-#include <unistd.h>
-
int count = -1;
int ival1 = -1;
int ival2 = -1;