From: Simon Marchi Date: Fri, 21 Jan 2022 03:57:11 +0000 (-0500) Subject: gdbsupport/gdb_regex.cc: replace defs.h include with common-defs.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7bf5587873efc1778df0e9fcdfccff828e5295d5;p=binutils-gdb.git 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 --- diff --git a/gdbsupport/gdb_regex.cc b/gdbsupport/gdb_regex.cc index f4d23cf346f..ac4f0555534 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"