summaryrefslogtreecommitdiffstats
path: root/pw/psdate.c
diff options
context:
space:
mode:
Diffstat (limited to 'pw/psdate.c')
-rw-r--r--pw/psdate.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/pw/psdate.c b/pw/psdate.c
index 8e3a951..bd2aa15 100644
--- a/pw/psdate.c
+++ b/pw/psdate.c
@@ -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"