Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / lib / token.c
index 6191471..52cad85 100644 (file)
 #include <freeradius-devel/ident.h>
 RCSID("$Id$")
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <ctype.h>
+#include <freeradius-devel/libradius.h>
 #include <freeradius-devel/token.h>
 
+#include <ctype.h>
+
 static const LRAD_NAME_NUMBER tokens[] = {
        { "=~", T_OP_REG_EQ,    }, /* order is important! */
        { "!~", T_OP_REG_NE,    },