Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / main / valuepair.c
index 7c5bae1..76e962c 100644 (file)
 #include <freeradius-devel/ident.h>
 RCSID("$Id$")
 
-#include <freeradius-devel/autoconf.h>
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
-#ifdef HAVE_NETINET_IN_H
-#      include <netinet/in.h>
-#endif
+#include <freeradius-devel/radiusd.h>
 
 #ifdef HAVE_REGEX_H
 #      include <regex.h>
@@ -52,8 +44,6 @@ RCSID("$Id$")
 #endif
 #endif
 
-#include <freeradius-devel/radiusd.h>
-
 struct cmp {
        int attribute;
        int otherattr;