From 7bf5587873efc1778df0e9fcdfccff828e5295d5 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 20 Jan 2022 22:57:11 -0500 Subject: gdbsupport/gdb_regex.cc: replace defs.h include with common-defs.h This was forgotten when gdb_regex was moved from gdb to gdbsupport. Change-Id: I73b446f71861cabbf7afdb7408ef9d59fa64b804 --- gdbsupport/gdb_regex.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdbsupport') diff --git a/gdbsupport/gdb_regex.cc b/gdbsupport/gdb_regex.cc index f4d23cf346..ac4f055553 100644 --- a/gdbsupport/gdb_regex.cc +++ b/gdbsupport/gdb_regex.cc @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include "defs.h" +#include "common-defs.h" #include "gdb_regex.h" #include "gdbsupport/def-vector.h" -- cgit v1.2.3