diff options
Diffstat (limited to 'gdb/rust-exp.y')
-rw-r--r-- | gdb/rust-exp.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/rust-exp.y b/gdb/rust-exp.y index d9200f7..9b9735a 100644 --- a/gdb/rust-exp.y +++ b/gdb/rust-exp.y @@ -38,9 +38,9 @@ #include "gdb_regex.h" #include "rust-lang.h" #include "parser-defs.h" -#include "selftest.h" +#include "common/selftest.h" #include "value.h" -#include "vec.h" +#include "common/vec.h" #define GDB_YY_REMAP_PREFIX rust #include "yy-remap.h" |