gdb/dwarf2: fix "info locals" for clang-compiled inlined functions
[binutils-gdb.git] / gdb / gdb_regex.c
index 55c398077b7c6276585dcbfb33365f720d7bd324..17fbfd28ee8349f0e93b2370024f6c110763e418 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2017 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2021 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)