aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/cookie.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-10-27 03:43:04 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-10-31 17:25:23 +0100
commite3661abdcf846f8bd03a95828dbccb0fdf157e56 (patch)
tree173ccbcdb8531393a4ef16ec161fad6d528e869a /src/cookie.h
parentdevice: only take reference if netns is different (diff)
downloadwireguard-monolithic-historical-e3661abdcf846f8bd03a95828dbccb0fdf157e56.tar.xz
wireguard-monolithic-historical-e3661abdcf846f8bd03a95828dbccb0fdf157e56.zip
global: get rid of useless forward declarations
Diffstat (limited to 'src/cookie.h')
-rw-r--r--src/cookie.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cookie.h b/src/cookie.h
index f0e5594..e264e35 100644
--- a/src/cookie.h
+++ b/src/cookie.h
@@ -7,8 +7,6 @@
#include <linux/rwsem.h>
struct wireguard_peer;
-struct wireguard_device;
-struct sk_buff;
struct cookie_checker {
u8 secret[NOISE_HASH_LEN];