diff options
Diffstat (limited to 'gdb/compile/compile-c-support.c')
-rw-r--r-- | gdb/compile/compile-c-support.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/compile/compile-c-support.c b/gdb/compile/compile-c-support.c index d1947da6570..0f50c091038 100644 --- a/gdb/compile/compile-c-support.c +++ b/gdb/compile/compile-c-support.c @@ -27,8 +27,8 @@ #include "macrotab.h" #include "macroscope.h" #include "regcache.h" -#include "common/function-view.h" -#include "common/preprocessor.h" +#include "gdbsupport/function-view.h" +#include "gdbsupport/preprocessor.h" /* See compile-internal.h. */ |