diff options
Diffstat (limited to 'gdb/compile/compile.c')
-rw-r--r-- | gdb/compile/compile.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/compile/compile.c b/gdb/compile/compile.c index 25d0bfe..4c0721d 100644 --- a/gdb/compile/compile.c +++ b/gdb/compile/compile.c @@ -35,14 +35,14 @@ #include "source.h" #include "block.h" #include "arch-utils.h" -#include "common/filestuff.h" +#include "gdbsupport/filestuff.h" #include "target.h" #include "osabi.h" -#include "common/gdb_wait.h" +#include "gdbsupport/gdb_wait.h" #include "valprint.h" -#include "common/gdb_optional.h" -#include "common/gdb_unlinker.h" -#include "common/pathstuff.h" +#include "gdbsupport/gdb_optional.h" +#include "gdbsupport/gdb_unlinker.h" +#include "gdbsupport/pathstuff.h" |