1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-18 05:45:45 +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:
Zygo Blaxell 2017-10-01 15:52:15 -04:00
parent 2a2632a101
commit 53f8fc506a

View File

@ -1,5 +1,5 @@
#ifndef CRUCIBLE_CLEANER_H #ifndef CRUCIBLE_CLEANUP_H
#define CRUCIBLE_CLEANER_H #define CRUCIBLE_CLEANUP_H
#include <functional> #include <functional>
@ -15,4 +15,4 @@ namespace crucible {
} }
#endif // CRUCIBLE_CLEANER_H #endif // CRUCIBLE_CLEANUP_H