aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/chacha20poly1305.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/crypto/chacha20poly1305.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/chacha20poly1305.c b/src/crypto/chacha20poly1305.c
index 6f6a825..c291ba9 100644
--- a/src/crypto/chacha20poly1305.c
+++ b/src/crypto/chacha20poly1305.c
@@ -3,8 +3,8 @@
* Copyright 2015 Martin Willi.
*/
-#include "../wireguard.h"
#include "chacha20poly1305.h"
+
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/version.h>