Remove double inclusion of utmpx - utmp - simple login manager  
 (HTM) git clone git://git.suckless.org/utmp
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3900c06929f0184d80c0be3145afbb807b910471
 (DIR) parent 2583293ac5eb66e988cb0492ca707779b8ea2be6
 (HTM) Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
       Date:   Sun, 22 Feb 2015 16:27:41 +0000
       
       Remove double inclusion of utmpx
       
       Diffstat:
         M posix.c                             |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/posix.c b/posix.c
       @@ -10,7 +10,6 @@
        
        #include <sys/types.h>
        #include <unistd.h>
       -#include <utmpx.h>
        #include <pwd.h>
        #include <grp.h>