Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / lib / udpfromto.c
index bad2c34..e4535fc 100644 (file)
 #include <freeradius-devel/ident.h>
 RCSID("$Id$")
 
-#include <freeradius-devel/autoconf.h>
+#include <freeradius-devel/udpfromto.h>
 
 #ifdef WITH_UDPFROMTO
 
-#include <sys/types.h>
-
 #ifdef HAVE_SYS_UIO_H
 #include <sys/uio.h>
 #endif
 
-#include <netinet/in.h>
-#include <errno.h>
-#include <unistd.h>
 #include <fcntl.h>
-#include <string.h>
 
-#include <freeradius-devel/udpfromto.h>
 
 int udpfromto_init(int s)
 {