X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Fnamespace.h;h=dc052a44e4207f6dce7aff6e80621571bda26c69;hb=e008305278cb42a576107cd8aa9f0b182eea1af2;hp=740d5b0d97c153c189c055470feb1ab7a84f348a;hpb=268a13a5a3f7c6b9b6ffc5ac2d1b24eb41f3fbdc;p=binutils-gdb.git diff --git a/gdb/namespace.h b/gdb/namespace.h index 740d5b0d97c..dc052a44e42 100644 --- a/gdb/namespace.h +++ b/gdb/namespace.h @@ -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 "gdbsupport/vec.h" #include "gdbsupport/gdb_vecs.h" -#include "gdb_obstack.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 &excludes, int copy_names, - struct obstack *obstack); + struct obstack *obstack); #endif /* NAMESPACE_H */