diff options
Diffstat (limited to 'gdb/cp-support.h')
-rw-r--r-- | gdb/cp-support.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/cp-support.h b/gdb/cp-support.h index c2e63ea..9878507 100644 --- a/gdb/cp-support.h +++ b/gdb/cp-support.h @@ -25,10 +25,10 @@ /* We need this for 'domain_enum', alas... */ #include "symtab.h" -#include "common/vec.h" -#include "common/gdb_vecs.h" +#include "gdbsupport/vec.h" +#include "gdbsupport/gdb_vecs.h" #include "gdb_obstack.h" -#include "common/array-view.h" +#include "gdbsupport/array-view.h" #include <vector> /* Opaque declarations. */ |