From d322d6d69df61a1af481de7e50359c3d92c0de14 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 1 Jan 2022 11:31:47 -0700 Subject: Move gdb_regex to gdbsupport This moves the gdb_regex convenience class to gdbsupport. --- gdb/probe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/probe.c') diff --git a/gdb/probe.c b/gdb/probe.c index 689b5f0..278b36c 100644 --- a/gdb/probe.c +++ b/gdb/probe.c @@ -27,7 +27,7 @@ #include "progspace.h" #include "filenames.h" #include "linespec.h" -#include "gdb_regex.h" +#include "gdbsupport/gdb_regex.h" #include "frame.h" #include "arch-utils.h" #include "value.h" -- cgit v1.1