Remove unneeded ctype.h header - utmp - simple login manager
HTML git clone git://git.suckless.org/utmp
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 33e676c66753d1a065db341d35a104fd7adda78e
DIR parent 462c252f861254ba1ce1c0334ccad28f0e4c08c7
HTML 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(-)
---
DIR 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>