From 53f8fc506adc9bf231098e0627fce25e67ee203d Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Sun, 1 Oct 2017 15:52:15 -0400 Subject: [PATCH] crucible: fixup cleanup header Make the #include guard name match the file name. Signed-off-by: Zygo Blaxell --- include/crucible/cleanup.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/crucible/cleanup.h b/include/crucible/cleanup.h index de0f42f..7096df4 100644 --- a/include/crucible/cleanup.h +++ b/include/crucible/cleanup.h @@ -1,5 +1,5 @@ -#ifndef CRUCIBLE_CLEANER_H -#define CRUCIBLE_CLEANER_H +#ifndef CRUCIBLE_CLEANUP_H +#define CRUCIBLE_CLEANUP_H #include @@ -15,4 +15,4 @@ namespace crucible { } -#endif // CRUCIBLE_CLEANER_H +#endif // CRUCIBLE_CLEANUP_H