Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / modules / rlm_sim_files / rlm_sim_files.c
index 82e95a1..c7f5bc3 100644 (file)
@@ -19,6 +19,7 @@
  *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  *
  * Copyright 2004  Michael Richardson <mcr@sandelman.ottawa.on.ca>
+ * Copyright 2006  The FreeRADIUS server project
  *
  * (Adapted from rlm_files/rlm_files.c )
  */
  */
 
 
-static const char rcsid[] = "$Id$";
+#include       <freeradius-devel/ident.h>
+RCSID("$Id$")
 
-#include       <freeradius-devel/autoconf.h>
+#include       <freeradius-devel/radiusd.h>
+#include       <freeradius-devel/modules.h>
 
 #include       <sys/stat.h>
-
-#include       <stdlib.h>
-#include       <string.h>
-#include       <netdb.h>
 #include       <ctype.h>
 #include       <fcntl.h>
 #include       <limits.h>
 
-#include       <freeradius-devel/radiusd.h>
-#include       <freeradius-devel/modules.h>
 #include        "../rlm_eap/libeap/eap_sim.h"
 
 struct sim_file_instance {