aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/cookie.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-12-09 18:44:22 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2016-12-09 21:31:12 +0100
commited008f5e6123e2b9e9aae4780ee837c19837dc3c (patch)
tree9c62672612b057c5d2493bf4c8c43b109c3d47c2 /src/cookie.h
parentcompat: build dep errors belong here, since it's out of tree specific (diff)
downloadwireguard-monolithic-historical-ed008f5e6123e2b9e9aae4780ee837c19837dc3c.tar.xz
wireguard-monolithic-historical-ed008f5e6123e2b9e9aae4780ee837c19837dc3c.zip
cookie: kill redundant forward declaration
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 8dc1317..2417cc0 100644
--- a/src/cookie.h
+++ b/src/cookie.h
@@ -9,8 +9,6 @@
struct wireguard_peer;
struct wireguard_device;
-
-struct wireguard_device;
struct sk_buff;
struct cookie_checker {