summaryrefslogtreecommitdiff
path: root/src/ctype
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-31 00:04:19 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-31 00:04:19 -0500
commit0df5a8fa0361e06a46240689d01665c1c59ef7c4 (patch)
tree5779de2aada743b9c5b610198b006083b2497956 /src/ctype
parent36bd6c283383851664bbe598601c99385e5dcd43 (diff)
remove last vestiges of _assert.h (now _safety.h)
Diffstat (limited to 'src/ctype')
-rw-r--r--src/ctype/_ctype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctype/_ctype.h b/src/ctype/_ctype.h
index 6c36bbac..2b5fd907 100644
--- a/src/ctype/_ctype.h
+++ b/src/ctype/_ctype.h
@@ -1,8 +1,8 @@
#ifndef ___CTYPE_H__
#define ___CTYPE_H__
-#include "_assert.h"
#include "locale/_locale.h"
+#include "_safety.h"
typedef enum {
CT_ALPHA = (1 << 0),