From 3ac97410d702746306e8ee60ac120093df162021 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 7 Aug 2022 20:45:32 -0500 Subject: [PATCH] Cleanup: Use f_account_accounts rather than f_accounts. The redudancy is slightly annoying but it is more conistent with the structural design. --- level_0/f_account/c/account/accounts.h | 6 +++--- level_0/f_account/c/account/private-accounts.h | 6 +++--- level_0/f_account/data/build/defines | 1 - 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/level_0/f_account/c/account/accounts.h b/level_0/f_account/c/account/accounts.h index 4e98120..83125c3 100644 --- a/level_0/f_account/c/account/accounts.h +++ b/level_0/f_account/c/account/accounts.h @@ -9,8 +9,8 @@ * * This is auto-included by account.h and should not need to be explicitly included. */ -#ifndef _F_accounts_h -#define _F_accounts_h +#ifndef _F_account_accounts_h +#define _F_account_accounts_h #ifdef __cplusplus extern "C" { @@ -472,4 +472,4 @@ extern "C" { } // extern "C" #endif -#endif // _F_accounts_h +#endif // _F_account_accounts_h diff --git a/level_0/f_account/c/account/private-accounts.h b/level_0/f_account/c/account/private-accounts.h index 9b624b6..3bf0f7d 100644 --- a/level_0/f_account/c/account/private-accounts.h +++ b/level_0/f_account/c/account/private-accounts.h @@ -8,8 +8,8 @@ * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. */ -#ifndef _PRIVATE_F_accounts_h -#define _PRIVATE_F_accounts_h +#ifndef _PRIVATE_F_account_accounts_h +#define _PRIVATE_F_account_accounts_h #ifdef __cplusplus extern "C" { @@ -249,4 +249,4 @@ extern "C" { } // extern "C" #endif -#endif // _PRIVATE_F_accounts_h +#endif // _PRIVATE_F_account_accounts_h diff --git a/level_0/f_account/data/build/defines b/level_0/f_account/data/build/defines index c665317..4f13080 100644 --- a/level_0/f_account/data/build/defines +++ b/level_0/f_account/data/build/defines @@ -1,2 +1 @@ # fss-0000 - -- 1.8.3.1