diff options
Diffstat (limited to 'gdb/namespace.h')
-rw-r--r-- | gdb/namespace.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/namespace.h b/gdb/namespace.h index 232dcc0..97df06a 100644 --- a/gdb/namespace.h +++ b/gdb/namespace.h @@ -1,5 +1,5 @@ /* Code dealing with "using" directives for GDB. - Copyright (C) 2003-2024 Free Software Foundation, Inc. + Copyright (C) 2003-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -16,10 +16,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef NAMESPACE_H -#define NAMESPACE_H +#ifndef GDB_NAMESPACE_H +#define GDB_NAMESPACE_H -#include "gdbsupport/gdb_vecs.h" #include "gdbsupport/gdb_obstack.h" /* This struct is designed to store data from using directives. It @@ -127,4 +126,4 @@ extern void add_using_directive (struct using_direct **using_directives, const unsigned int decl_line, struct obstack *obstack); -#endif /* NAMESPACE_H */ +#endif /* GDB_NAMESPACE_H */ |