public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] gdbsupport/gdb_regex.cc: replace defs.h include with common-defs.h
@ 2022-01-21  3:58 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2022-01-21  3:58 UTC (permalink / raw)
  To: gdb-patches

This was forgotten when gdb_regex was moved from gdb to gdbsupport.

Change-Id: I73b446f71861cabbf7afdb7408ef9d59fa64b804
---
 gdbsupport/gdb_regex.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdbsupport/gdb_regex.cc b/gdbsupport/gdb_regex.cc
index f4d23cf346ff..ac4f0555534d 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"
 

base-commit: df9d50bb223d0798a9efa3e62f2a05994d788609
-- 
2.34.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-21  3:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-21  3:58 [pushed] gdbsupport/gdb_regex.cc: replace defs.h include with common-defs.h Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).