From 0df5a8fa0361e06a46240689d01665c1c59ef7c4 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 00:04:19 -0500 Subject: remove last vestiges of _assert.h (now _safety.h) --- src/ctype/_ctype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ctype') 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), -- cgit v1.2.1