summaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2011-05-27 18:39:49 +0000
committerPedro Alves <pedro@codesourcery.com>2011-05-27 18:39:49 +0000
commit2825bb9e506bf3cd5bc3e01bb414c8afd0f86ea6 (patch)
tree68c8792d7d8ee8dd69a67f476657eeecd38e75d1 /gdb/defs.h
parent811ca069a7ef381ce2f59756f48bcc7dcdcaa258 (diff)
downloadgdb-2825bb9e506bf3cd5bc3e01bb414c8afd0f86ea6.tar.gz
2011-05-27 Pedro Alves <pedro@codesourcery.com>
gdb/ * defs.h (struct thread_info, struct inferior): Delete forward declarations. * breakpoint.h (struct thread_info): New forward declaration. * observer.sh (struct inferior): New forward declaration. * python/python-internal.h (struct inferior): New forward declaration.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 1795297fff8..c637a096a60 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -730,9 +730,6 @@ extern struct command_line *read_command_lines_1 (char * (*) (void), int,
extern void free_command_lines (struct command_line **);
-struct thread_info;
-struct inferior;
-
/* String containing the current directory (what getwd would return). */
extern char *current_directory;