This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 10/22] Use std::vector for mi_ui_out_data::streams


On 2016-11-24 13:38, Pedro Alves wrote:
On 11/24/2016 03:26 PM, Simon Marchi wrote:

--- a/gdb/mi/mi-out.c
+++ b/gdb/mi/mi-out.c
@@ -23,16 +23,14 @@
 #include "ui-out.h"
 #include "mi-out.h"
 #include "vec.h"

I think this include "vec.h" can go too.

Thanks, fixed locally.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]