Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / modules / rlm_eap / eap.h
index 4173e46..63847a1 100644 (file)
  *
  * Copyright 2001  hereUare Communications, Inc. <raghud@hereuare.com>
  * Copyright 2003  Alan DeKok <aland@freeradius.org>
+ * Copyright 2006  The FreeRADIUS server project
  */
 #ifndef _EAP_H
 #define _EAP_H
 
-#include <freeradius-devel/autoconf.h>
-
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-
-#ifdef HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-
-#include <string.h>
-#include <stdlib.h>
+#include <freeradius-devel/ident.h>
+RCSIDH(eap_h, "$Id$")
 
 #include <freeradius-devel/radiusd.h>
 #include <freeradius-devel/modules.h>
-
 #include <freeradius-devel/rad_assert.h>
 
 #include "eap_types.h"