Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / lib / valuepair.c
index 7b3a3e8..79239ee 100644 (file)
 #include <freeradius-devel/ident.h>
 RCSID("$Id$")
 
-#include       <freeradius-devel/autoconf.h>
-
-#include       <sys/types.h>
+#include       <freeradius-devel/libradius.h>
 
-#include       <stdio.h>
-#include       <stdlib.h>
-#include       <string.h>
 #include       <ctype.h>
 
 #ifdef HAVE_MALLOC_H
@@ -40,9 +35,6 @@ RCSID("$Id$")
 #  include     <regex.h>
 #endif
 
-#include       <freeradius-devel/missing.h>
-#include       <freeradius-devel/libradius.h>
-
 static const char *months[] = {
         "jan", "feb", "mar", "apr", "may", "jun",
         "jul", "aug", "sep", "oct", "nov", "dec" };