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/source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/source.c') diff --git a/gdb/source.c b/gdb/source.c index ab5cfc5..9cfc18b 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -31,7 +31,7 @@ #include #include #include "gdbcore.h" -#include "gdb_regex.h" +#include "gdbsupport/gdb_regex.h" #include "symfile.h" #include "objfiles.h" #include "annotate.h" -- cgit v1.1