]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - pw/psdate.c
Remove useless assignement of linelen
[pw-darwin.git] / pw / psdate.c
index 8e3a951ef85b14cc3e6a9883055046fb3c1dcad7..bd2aa152b437522d96e8b7d6869bf7565ea385bb 100644 (file)
@@ -29,12 +29,11 @@ static const char rcsid[] =
   "$FreeBSD$";
 #endif /* not lint */
 
-#include <stdio.h>
+#include <ctype.h>
+#include <err.h>
 #include <stdlib.h>
 #include <string.h>
-#include <ctype.h>
 #include <xlocale.h>
-#include <err.h>
 
 #include "psdate.h"