Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / main / xlat.c
index 25e76e9..4794c6c 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/rad_assert.h>
 
+#include       <ctype.h>
+
 typedef struct xlat_t {
        char            module[MAX_STRING_LEN];
        int             length;