aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2022-01-01 11:31:47 -0700
committerTom Tromey <tom@tromey.com>2022-01-18 10:14:43 -0700
commitd322d6d69df61a1af481de7e50359c3d92c0de14 (patch)
treed62d224c341e948e5712623d79648ea77ea23f0f /gdb/thread.c
parent0589ca4e7ba9b8d60599706b57be22c007c1f4fa (diff)
downloadfsf-binutils-gdb-d322d6d69df61a1af481de7e50359c3d92c0de14.zip
fsf-binutils-gdb-d322d6d69df61a1af481de7e50359c3d92c0de14.tar.gz
fsf-binutils-gdb-d322d6d69df61a1af481de7e50359c3d92c0de14.tar.bz2
Move gdb_regex to gdbsupport
This moves the gdb_regex convenience class to gdbsupport.
Diffstat (limited to 'gdb/thread.c')
-rw-r--r--gdb/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/thread.c b/gdb/thread.c
index 0f9fbe3..611be3f 100644
--- a/gdb/thread.c
+++ b/gdb/thread.c
@@ -40,7 +40,7 @@
#include "annotate.h"
#include "cli/cli-decode.h"
#include "cli/cli-option.h"
-#include "gdb_regex.h"
+#include "gdbsupport/gdb_regex.h"
#include "cli/cli-utils.h"
#include "thread-fsm.h"
#include "tid-parse.h"