summaryrefslogtreecommitdiff
path: root/gdbsupport/gdb_regex.cc
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2022-01-20 22:57:11 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2022-01-20 22:58:21 -0500
commit7bf5587873efc1778df0e9fcdfccff828e5295d5 (patch)
tree50c71b443c5e5a9a8c1461e3f71b120d0075f1f7 /gdbsupport/gdb_regex.cc
parentdf9d50bb223d0798a9efa3e62f2a05994d788609 (diff)
downloadbinutils-gdb-7bf5587873efc1778df0e9fcdfccff828e5295d5.tar.gz
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
Diffstat (limited to 'gdbsupport/gdb_regex.cc')
-rw-r--r--gdbsupport/gdb_regex.cc2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */
-#include "defs.h"
+#include "common-defs.h"
#include "gdb_regex.h"
#include "gdbsupport/def-vector.h"