diff options
Diffstat (limited to 'gdb/ui.h')
-rw-r--r-- | gdb/ui.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -/* Copyright (C) 2023-2024 Free Software Foundation, Inc. +/* Copyright (C) 2023-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -15,8 +15,8 @@ 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 UI_H -#define UI_H +#ifndef GDB_UI_H +#define GDB_UI_H #include "gdbsupport/event-loop.h" #include "gdbsupport/intrusive_list.h" @@ -230,4 +230,4 @@ ui_range all_uis () return ui_range (ui_list); } -#endif /* UI_H */ +#endif /* GDB_UI_H */ |