aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/blake2s.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/crypto/blake2s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/blake2s.c b/src/crypto/blake2s.c
index 1182ca9..0118dab 100644
--- a/src/crypto/blake2s.c
+++ b/src/crypto/blake2s.c
@@ -3,8 +3,8 @@
* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*/
-#include "../wireguard.h"
#include "blake2s.h"
+
#include <linux/types.h>
#include <linux/string.h>
#include <linux/kernel.h>