X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fgdb_regex.c;h=ce8444361ce308c996acc34dc6f2e84409494eed;hb=cedfc77485dbb566619dc1e2d729ce0a70d1a4ad;hp=55c398077b7c6276585dcbfb33365f720d7bd324;hpb=d5722aa2fe9e1d76d98865a9ab77a7b9388743c9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdb_regex.c b/gdb/gdb_regex.c index 55c398077b..ce8444361c 100644 --- a/gdb/gdb_regex.c +++ b/gdb/gdb_regex.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2017 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -17,7 +17,7 @@ #include "defs.h" #include "gdb_regex.h" -#include "common/def-vector.h" +#include "gdbsupport/def-vector.h" compiled_regex::compiled_regex (const char *regex, int cflags, const char *message)