diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-06-21 12:49:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-21 12:49:45 -0400 |
commit | 77a0276d9f37bcf828c77f9bcc59ff945116274e (patch) | |
tree | 91cf7cb955798ad40718341172b0a8ffbc59a1f2 /include/rules.h | |
parent | 931ee28eb9c5b5e3c2b0d3008f5f65d810dc9b0c (diff) | |
download | stasis-77a0276d9f37bcf828c77f9bcc59ff945116274e.tar.gz |
Rebrand OhMyCal (OMC) as STASIS (#7)
Diffstat (limited to 'include/rules.h')
-rw-r--r-- | include/rules.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/rules.h b/include/rules.h index 63eade7..666d331 100644 --- a/include/rules.h +++ b/include/rules.h @@ -2,10 +2,10 @@ // Created by jhunk on 12/18/23. // -#ifndef OMC_RULES_H -#define OMC_RULES_H +#ifndef STASIS_RULES_H +#define STASIS_RULES_H -#include "omc.h" +#include "core.h" -#endif //OMC_RULES_H +#endif //STASIS_RULES_H |