Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / modules / rlm_logintime / timestr.c
index 6798798..c90e471 100644 (file)
 #include <freeradius-devel/ident.h>
 RCSID("$Id$")
 
-#include       <freeradius-devel/autoconf.h>
+#include       <freeradius-devel/radiusd.h>
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
 #include <ctype.h>
 
-#include <freeradius-devel/radiusd.h>
-
 static const char *days[] =
        { "su", "mo", "tu", "we", "th", "fr", "sa", "wk", "any", "al" };