gdb: Change a VEC to std::vector in btrace.{c,h}
[deliverable/binutils-gdb.git] / gdb / gdbsupport / btrace-common.h
index 9c57645ffb162509089522fbbe1c9a3143c936b9..166d7b1870013bf0cba828e805590aa004e39f10 100644 (file)
@@ -26,8 +26,6 @@
    inferior.  For presentation purposes, the branch trace is represented as a
    list of sequential control-flow blocks, one such list per thread.  */
 
-#include "vec.h"
-
 /* A branch trace block.
 
    This represents a block of sequential control-flow.  Adjacent blocks will be
This page took 0.037338 seconds and 4 git commands to generate.