From bf31fd38f02ca9b1a7d75e2d00ee0af665fd3efd Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 21 Dec 2021 16:38:32 -0700 Subject: Move gdb obstack code to gdbsupport This moves the gdb-specific obstack code -- both extensions like obconcat and obstack_strdup, and things like auto_obstack -- to gdbsupport. --- gdb/charset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/charset.c') diff --git a/gdb/charset.c b/gdb/charset.c index 0b3ef26..9b1de08 100644 --- a/gdb/charset.c +++ b/gdb/charset.c @@ -20,7 +20,7 @@ #include "defs.h" #include "charset.h" #include "gdbcmd.h" -#include "gdb_obstack.h" +#include "gdbsupport/gdb_obstack.h" #include "gdbsupport/gdb_wait.h" #include "charset-list.h" #include "gdbsupport/environ.h" -- cgit v1.1