cleanup: remove ctype include

We don't use any function from this header

No change in code size
This commit is contained in:
Guðni Már Gilbert 2023-02-18 09:49:10 +00:00
parent 8241be273b
commit 4d90ecbcc4
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
#include "stepper.h"
#include "ultralcd.h"
#include <avr/pgmspace.h>
#include <ctype.h>
#include <stdint.h>
#include <stdio.h>