diff options
Diffstat (limited to 'gdb/compile')
-rw-r--r-- | gdb/compile/compile-c-symbols.c | 1 | ||||
-rw-r--r-- | gdb/compile/compile-c-types.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/gdb/compile/compile-c-symbols.c b/gdb/compile/compile-c-symbols.c index 455114c..68d38ba 100644 --- a/gdb/compile/compile-c-symbols.c +++ b/gdb/compile/compile-c-symbols.c @@ -20,7 +20,6 @@ #include "defs.h" #include "compile-internal.h" -#include "gdb_assert.h" #include "symtab.h" #include "parser-defs.h" #include "block.h" diff --git a/gdb/compile/compile-c-types.c b/gdb/compile/compile-c-types.c index 2b521bc..22f5a9d 100644 --- a/gdb/compile/compile-c-types.c +++ b/gdb/compile/compile-c-types.c @@ -21,8 +21,6 @@ #include "defs.h" #include "gdbtypes.h" #include "compile-internal.h" -#include "gdb_assert.h" - /* An object that maps a gdb type to a gcc type. */ struct type_map_instance |