diff options
Diffstat (limited to 'gdb/compile/compile.c')
-rw-r--r-- | gdb/compile/compile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/compile/compile.c b/gdb/compile/compile.c index b11df7ddf6a..72920642d16 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" |