Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / modules / rlm_checkval / rlm_checkval.c
index 04059a5..41f5015 100644 (file)
 #include <freeradius-devel/ident.h>
 RCSID("$Id$")
 
-#include <freeradius-devel/autoconf.h>
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
 #include <freeradius-devel/radiusd.h>
 #include <freeradius-devel/modules.h>
+
 #ifdef HAVE_REGEX_H
 #      include <regex.h>
 #endif