Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / modules / rlm_counter / rlm_counter.c
index 2a523b6..5dae38a 100644 (file)
 #include <freeradius-devel/ident.h>
 RCSID("$Id$")
 
-#include "config.h"
-#include <freeradius-devel/autoconf.h>
+#include <freeradius-devel/radiusd.h>
+#include <freeradius-devel/modules.h>
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
 #include <ctype.h>
 
-#include <freeradius-devel/radiusd.h>
-#include <freeradius-devel/modules.h>
+#include "config.h"
 
 #include <gdbm.h>