gdbsupport/gdb_regex.cc: replace defs.h include with common-defs.h
authorSimon Marchi <simon.marchi@polymtl.ca>
Fri, 21 Jan 2022 03:57:11 +0000 (22:57 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Fri, 21 Jan 2022 03:58:21 +0000 (22:58 -0500)
This was forgotten when gdb_regex was moved from gdb to gdbsupport.

Change-Id: I73b446f71861cabbf7afdb7408ef9d59fa64b804

gdbsupport/gdb_regex.cc

index f4d23cf346ff4716c929f52f9bbc8bbe625e06c9..ac4f0555534dd393ddeff6adbe88f5ea78b81f2f 100644 (file)
@@ -15,7 +15,7 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#include "defs.h"
+#include "common-defs.h"
 #include "gdb_regex.h"
 #include "gdbsupport/def-vector.h"