mirror of
https://github.com/Zygo/bees.git
synced 2025-06-16 17:46:16 +02:00
crucible: fixup cleanup header
Make the #include guard name match the file name. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#ifndef CRUCIBLE_CLEANER_H
|
||||
#define CRUCIBLE_CLEANER_H
|
||||
#ifndef CRUCIBLE_CLEANUP_H
|
||||
#define CRUCIBLE_CLEANUP_H
|
||||
|
||||
#include <functional>
|
||||
|
||||
@ -15,4 +15,4 @@ namespace crucible {
|
||||
|
||||
}
|
||||
|
||||
#endif // CRUCIBLE_CLEANER_H
|
||||
#endif // CRUCIBLE_CLEANUP_H
|
||||
|
Reference in New Issue
Block a user