From d53630043dedeef63a1ea8063c537a939d43afda Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 3 Mar 2018 01:24:03 +0100 Subject: Add direcory names to include guards. --- src/misc/config.h | 6 +++--- src/misc/types.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/misc') diff --git a/src/misc/config.h b/src/misc/config.h index ab5b0ba..2800783 100644 --- a/src/misc/config.h +++ b/src/misc/config.h @@ -5,8 +5,8 @@ /** * @file config.h */ -#ifndef ECGEN_CONFIG_H -#define ECGEN_CONFIG_H +#ifndef ECGEN_MISC_CONFIG_H +#define ECGEN_MISC_CONFIG_H #include #include @@ -125,4 +125,4 @@ typedef struct { extern config_t cfg_s; extern config_t *cfg; -#endif // ECGEN_CONFIG_H +#endif // ECGEN_MISC_CONFIG_H diff --git a/src/misc/types.h b/src/misc/types.h index 0471fc9..4b6d8f9 100644 --- a/src/misc/types.h +++ b/src/misc/types.h @@ -5,8 +5,8 @@ /** * @file types.h */ -#ifndef ECGEN_TYPES_H -#define ECGEN_TYPES_H +#ifndef ECGEN_MISC_TYPES_H +#define ECGEN_MISC_TYPES_H #include #include @@ -196,4 +196,4 @@ CHECK(check_skip); */ UNROLL(unroll_skip); -#endif // ECGEN_TYPES_H +#endif // ECGEN_MISC_TYPES_H -- cgit v1.3.1