Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / modules / rlm_sql_log / rlm_sql_log.c
index d9c5047..4628dc0 100644 (file)
 #include <freeradius-devel/ident.h>
 RCSID("$Id$")
 
-#include <freeradius-devel/autoconf.h>
+#include <freeradius-devel/radiusd.h>
+#include <freeradius-devel/modules.h>
 
 #include <fcntl.h>
-#include <stdio.h>
-#include <stdlib.h>
 #include <sys/stat.h>
 
-#include <freeradius-devel/libradius.h>
-#include <freeradius-devel/radiusd.h>
-#include <freeradius-devel/modules.h>
-
 static int sql_log_instantiate(CONF_SECTION *conf, void **instance);
 static int sql_log_detach(void *instance);
 static int sql_log_accounting(void *instance, REQUEST *request);