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
This commit is contained in:
parent
df9d50bb22
commit
7bf5587873
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include "defs.h"
|
#include "common-defs.h"
|
||||||
#include "gdb_regex.h"
|
#include "gdb_regex.h"
|
||||||
#include "gdbsupport/def-vector.h"
|
#include "gdbsupport/def-vector.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue