diff options
author | Tom Tromey <tom@tromey.com> | 2022-01-01 11:31:47 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2022-01-18 10:14:43 -0700 |
commit | d322d6d69df61a1af481de7e50359c3d92c0de14 (patch) | |
tree | d62d224c341e948e5712623d79648ea77ea23f0f /gdb/rust-parse.c | |
parent | 0589ca4e7ba9b8d60599706b57be22c007c1f4fa (diff) | |
download | gdb-d322d6d69df61a1af481de7e50359c3d92c0de14.zip gdb-d322d6d69df61a1af481de7e50359c3d92c0de14.tar.gz gdb-d322d6d69df61a1af481de7e50359c3d92c0de14.tar.bz2 |
Move gdb_regex to gdbsupport
This moves the gdb_regex convenience class to gdbsupport.
Diffstat (limited to 'gdb/rust-parse.c')
-rw-r--r-- | gdb/rust-parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rust-parse.c b/gdb/rust-parse.c index a3969fe..31a1ee3 100644 --- a/gdb/rust-parse.c +++ b/gdb/rust-parse.c @@ -23,7 +23,7 @@ #include "charset.h" #include "cp-support.h" #include "gdbsupport/gdb_obstack.h" -#include "gdb_regex.h" +#include "gdbsupport/gdb_regex.h" #include "rust-lang.h" #include "parser-defs.h" #include "gdbsupport/selftest.h" |