Run check-include-guards.py

This patch is the result of running check-include-guards.py on the
current tree.  Running it a second time causes no changes.

Reviewed-By: Tom de Vries <tdevries@suse.de>
This commit is contained in:
Tom Tromey
2024-04-18 09:28:29 -06:00
parent 0dad0d7b08
commit cc70964032
510 changed files with 1525 additions and 1525 deletions

View File

@@ -23,8 +23,8 @@
right type. This is mainly used to verify that some utility's API
is really as safe as intended. */
#ifndef COMMON_VALID_EXPR_H
#define COMMON_VALID_EXPR_H
#ifndef GDBSUPPORT_VALID_EXPR_H
#define GDBSUPPORT_VALID_EXPR_H
#include "gdbsupport/preprocessor.h"
#include "gdbsupport/traits.h"
@@ -108,4 +108,4 @@
ESC_PARENS (T1, T2, T3, T4, T5, T6), \
VALID, EXPR_TYPE, EXPR)
#endif /* COMMON_VALID_EXPR_H */
#endif /* GDBSUPPORT_VALID_EXPR_H */