Reduce header dependencies.
[openssl.git] / crypto / rand / randfile.c
index de7567bc461fd8cb8e63c87341360a1c9ea005cf..468da4f874b28296938eb3644b8746915a4b8fac 100644 (file)
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include <stdlib.h>
+#include <string.h>
+#include <memory.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/types.h>
+#include "e_os.h"
 #include "rand.h"
 
 #undef BUFSIZE