commit 33e676c66753d1a065db341d35a104fd7adda78e parent 462c252f861254ba1ce1c0334ccad28f0e4c08c7 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Sat, 16 Aug 2014 11:07:34 +0200 Remove unneeded ctype.h header Diffstat:
M | utmp.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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>