From 8adcececdb37a3b0c547ed59ad49d9fd7b69eae9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 10 Dec 2022 15:21:32 -0500 Subject: Clean up include guards --- include/lv2/state/state.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/lv2/state') diff --git a/include/lv2/state/state.h b/include/lv2/state/state.h index 9c5d9d8..a44f3cc 100644 --- a/include/lv2/state/state.h +++ b/include/lv2/state/state.h @@ -2,8 +2,8 @@ // Copyright 2010 Leonard Ritter // SPDX-License-Identifier: ISC -#ifndef LV2_STATE_H -#define LV2_STATE_H +#ifndef LV2_STATE_STATE_H +#define LV2_STATE_STATE_H /** @defgroup state State @@ -376,4 +376,4 @@ typedef struct { @} */ -#endif /* LV2_STATE_H */ +#endif // LV2_STATE_STATE_H -- cgit v1.2.1