- Fixed header include guards
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user