diff options
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r-- | gdb/tracepoint.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index 198b6dd..582c284 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -45,7 +45,6 @@ #include "filenames.h" #include "gdbthread.h" #include "stack.h" -#include "gdbcore.h" #include "remote.h" #include "source.h" #include "ax.h" @@ -55,7 +54,6 @@ #include "cli/cli-utils.h" #include "probe.h" #include "ctf.h" -#include "completer.h" #include "filestuff.h" /* readline include files */ |