diff options
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r-- | gdb/tracepoint.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h index 5e6ea67..94a7105 100644 --- a/gdb/tracepoint.h +++ b/gdb/tracepoint.h @@ -1,5 +1,5 @@ /* Data structures associated with tracepoints in GDB. - Copyright (C) 1997-2024 Free Software Foundation, Inc. + Copyright (C) 1997-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -16,12 +16,11 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#if !defined (TRACEPOINT_H) -#define TRACEPOINT_H 1 +#ifndef GDB_TRACEPOINT_H +#define GDB_TRACEPOINT_H #include "breakpoint.h" #include "memrange.h" -#include "gdbsupport/gdb_vecs.h" #include <vector> #include <string> @@ -432,4 +431,4 @@ extern struct bp_location *get_traceframe_location (int *stepping_frame_p); /* Command element for the 'while-stepping' command. */ extern cmd_list_element *while_stepping_cmd_element; -#endif /* TRACEPOINT_H */ +#endif /* GDB_TRACEPOINT_H */ |