- Fixed header include guards

This commit is contained in:
2025-12-05 10:30:03 -05:00
parent 7f1dd245dc
commit a2abb58705
26 changed files with 82 additions and 82 deletions

View File

@@ -16,8 +16,8 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
// =====================================================================================================================
#ifndef FENNEC_LANGPROC_STRINGS_CSTRING_H
#define FENNEC_LANGPROC_STRINGS_CSTRING_H
#ifndef FENNEC_STRING_CSTRING_H
#define FENNEC_STRING_CSTRING_H
#include <fennec/string/detail/_ctype.h>
#include <fennec/memory/detail/_string.h>
@@ -367,4 +367,4 @@ struct hash<cstring> : hash<byte_array> {
}
#endif // FENNEC_LANGPROC_STRINGS_CSTRING_H
#endif // FENNEC_STRING_CSTRING_H