chiark / gitweb /
Import release 0.08
[secnet.git] / random.c
index 1fd19ec67a49a711c6a39296123e5898c4b113a7..c4815270d414a6f42162b18adc658e5a672c0bfa 100644 (file)
--- a/random.c
+++ b/random.c
@@ -1,15 +1,13 @@
 /* $Log$
  */
 
+#include "secnet.h"
 #include <stdio.h>
 #include <fcntl.h>
 #include <string.h>
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
 
-#include "secnet.h"
-
 struct rgen_data {
     closure_t cl;
     struct random_if ops;