jit: make gdb_object::symtabs an std::forward_list
[deliverable/binutils-gdb.git] / gdb / namespace.h
index 474ac0fe9cb4d361e7c4718c4ff7244559d1dbfe..980b1ebfb899041cec53ce514aa3c8b5cce2221b 100644 (file)
@@ -1,5 +1,5 @@
 /* Code dealing with "using" directives for GDB.
-   Copyright (C) 2003-2018 Free Software Foundation, Inc.
+   Copyright (C) 2003-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -19,8 +19,7 @@
 #ifndef NAMESPACE_H
 #define NAMESPACE_H
 
-#include "vec.h"
-#include "gdb_vecs.h"
+#include "gdbsupport/gdb_vecs.h"
 #include "gdb_obstack.h"
 
 /* This struct is designed to store data from using directives.  It
This page took 0.025956 seconds and 4 git commands to generate.