commit 33e676c66753d1a065db341d35a104fd7adda78e Author: Roberto E. Vargas Caballero <[email protected]> Date: Sat Aug 16 11:07:34 2014 +0200
Remove unneeded ctype.h header
diff --git a/utmp.c b/utmp.c
index 6e213ef..4b79b78 100644
--- a/utmp.c
+++ b/utmp.c
@@ -1,7 +1,6 @@
#include <errno.h>
-#include <ctype.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
