Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / lib / isaac.c
index e19dc05..ac92135 100644 (file)
@@ -10,8 +10,10 @@ MODIFIED:
 ------------------------------------------------------------------------------
 */
 
-#include "autoconf.h"
-#include "libradius.h"
+#include <freeradius-devel/ident.h>
+RCSID("$Id$")
+
+#include <freeradius-devel/libradius.h>
 
 #define RANDSIZL   (8)  /* I recommend 8 for crypto, 4 for simulations */
 #define RANDSIZ    (1<<RANDSIZL)