1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-16 17:46:16 +02:00

crucible: use '#include "crucible/...' everywhere

Make the #include syntax more consistent (even if it has no effect).

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell
2021-04-04 14:22:34 -04:00
parent 7cffad5fc3
commit e4c95d618a
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#include <crucible/cleanup.h>
#include "crucible/cleanup.h"
namespace crucible {