diff options
Diffstat (limited to 'gdb/compile')
-rw-r--r-- | gdb/compile/compile-cplus-symbols.c | 2 | ||||
-rw-r--r-- | gdb/compile/compile-cplus-types.c | 2 | ||||
-rw-r--r-- | gdb/compile/compile-loc2c.c | 2 | ||||
-rw-r--r-- | gdb/compile/compile.c | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/gdb/compile/compile-cplus-symbols.c b/gdb/compile/compile-cplus-symbols.c index de77d5ac..0979784 100644 --- a/gdb/compile/compile-cplus-symbols.c +++ b/gdb/compile/compile-cplus-symbols.c @@ -21,7 +21,7 @@ #include "defs.h" #include "compile-internal.h" #include "compile-cplus.h" -#include "gdb_assert.h" +#include "common/gdb_assert.h" #include "symtab.h" #include "parser-defs.h" #include "block.h" diff --git a/gdb/compile/compile-cplus-types.c b/gdb/compile/compile-cplus-types.c index 330589c..ee3bb43 100644 --- a/gdb/compile/compile-cplus-types.c +++ b/gdb/compile/compile-cplus-types.c @@ -23,7 +23,7 @@ #include "gdbtypes.h" #include "compile-internal.h" #include "compile-cplus.h" -#include "gdb_assert.h" +#include "common/gdb_assert.h" #include "symtab.h" #include "source.h" #include "cp-support.h" diff --git a/gdb/compile/compile-loc2c.c b/gdb/compile/compile-loc2c.c index 7a60925..b5682d8 100644 --- a/gdb/compile/compile-loc2c.c +++ b/gdb/compile/compile-loc2c.c @@ -28,7 +28,7 @@ #include "compile.h" #include "block.h" #include "dwarf2-frame.h" -#include "gdb_vecs.h" +#include "common/gdb_vecs.h" #include "value.h" diff --git a/gdb/compile/compile.c b/gdb/compile/compile.c index b11df7d..7292064 100644 --- a/gdb/compile/compile.c +++ b/gdb/compile/compile.c @@ -34,10 +34,10 @@ #include "source.h" #include "block.h" #include "arch-utils.h" -#include "filestuff.h" +#include "common/filestuff.h" #include "target.h" #include "osabi.h" -#include "gdb_wait.h" +#include "common/gdb_wait.h" #include "valprint.h" #include "common/gdb_optional.h" #include "common/gdb_unlinker.h" |