aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/chacha20/chacha.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/chacha20/chacha.c')
-rw-r--r--sys/crypto/chacha20/chacha.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/crypto/chacha20/chacha.c b/sys/crypto/chacha20/chacha.c
index e22c348d14bd..52f7e18c651c 100644
--- a/sys/crypto/chacha20/chacha.c
+++ b/sys/crypto/chacha20/chacha.c
@@ -6,7 +6,6 @@ Public domain.
/* $OpenBSD: chacha.c,v 1.1 2013/11/21 00:45:44 djm Exp $ */
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/types.h>