aboutsummaryrefslogtreecommitdiff
path: root/csprng.c
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2015-10-26 17:35:56 -0400
committerPaul Selkirk <paul@psgd.org>2015-10-29 15:11:43 -0400
commit2e71409d56ada39eb060bcda9aaffb3bd0ef6e24 (patch)
treeb5513d76f225558820042ef081a47d63329487b4 /csprng.c
parent7e46c24361b2a89e42b6888e24c12d46109ffbb2 (diff)
Remove unused includes.
Diffstat (limited to 'csprng.c')
-rw-r--r--csprng.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/csprng.c b/csprng.c
index 235bd12..1051bbd 100644
--- a/csprng.c
+++ b/csprng.c
@@ -32,10 +32,7 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <assert.h>
#include <stdint.h>
-#include <stddef.h>
-#include <stdio.h>
#include "hal.h"