Fix gdb.fortran "failed to extract expected results" errors
[binutils-gdb.git] / gdb / namespace.h
index ba53eb084e39c42a7d0f74c6f9cec32ff76a5d89..dc052a44e4207f6dce7aff6e80621571bda26c69 100644 (file)
@@ -1,5 +1,5 @@
 /* Code dealing with "using" directives for GDB.
-   Copyright (C) 2003-2019 Free Software Foundation, Inc.
+   Copyright (C) 2003-2022 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -19,9 +19,8 @@
 #ifndef NAMESPACE_H
 #define NAMESPACE_H
 
-#include "vec.h"
-#include "gdb_vecs.h"
-#include "gdb_obstack.h"
+#include "gdbsupport/gdb_vecs.h"
+#include "gdbsupport/gdb_obstack.h"
 
 /* This struct is designed to store data from using directives.  It
    says that names from namespace IMPORT_SRC should be visible within
@@ -113,6 +112,6 @@ extern void add_using_directive (struct using_direct **using_directives,
                                 const char *declaration,
                                 const std::vector<const char *> &excludes,
                                 int copy_names,
-                                 struct obstack *obstack);
+                                struct obstack *obstack);
 
 #endif /* NAMESPACE_H */