diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2022-01-20 22:57:11 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2022-01-20 22:58:21 -0500 |
commit | 7bf5587873efc1778df0e9fcdfccff828e5295d5 (patch) | |
tree | 50c71b443c5e5a9a8c1461e3f71b120d0075f1f7 | |
parent | df9d50bb223d0798a9efa3e62f2a05994d788609 (diff) | |
download | gdb-7bf5587873efc1778df0e9fcdfccff828e5295d5.zip gdb-7bf5587873efc1778df0e9fcdfccff828e5295d5.tar.gz gdb-7bf5587873efc1778df0e9fcdfccff828e5295d5.tar.bz2 |
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
-rw-r--r-- | gdbsupport/gdb_regex.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbsupport/gdb_regex.cc b/gdbsupport/gdb_regex.cc index f4d23cf..ac4f055 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" |