Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / modules / rlm_logintime / rlm_logintime.c
index dd1a1d1..03ca05a 100644 (file)
 #include <freeradius-devel/ident.h>
 RCSID("$Id$")
 
-#include <freeradius-devel/autoconf.h>
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <ctype.h>
-
 #include <freeradius-devel/radiusd.h>
 #include <freeradius-devel/modules.h>
 
+#include <ctype.h>
+
 /*
  *     Define a structure for our module configuration.
  *