Remove ctype.h include

This commit is contained in:
Ben Buhse 2024-12-02 20:40:47 -06:00 committed by Leon Henrik Plickat
parent 54230d76e6
commit 3ef08977b3
No known key found for this signature in database
GPG Key ID: BEE123381A011200

View File

@ -16,7 +16,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
#include <ctype.h>
#include <errno.h> #include <errno.h>
#include <signal.h> #include <signal.h>
#include <stdbool.h> #include <stdbool.h>