diff: omit c-ctype.h double-include

* src/context.c: Don’t include c-ctype.h,
as system.h does that for us.
This commit is contained in:
Paul Eggert 2023-06-26 17:42:55 -07:00
parent c780b2f4c6
commit 8ee5d34415

View File

@ -19,7 +19,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "diff.h"
#include "c-ctype.h"
#include <stat-time.h>
#include <strftime.h>