diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-10-27 03:43:04 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-10-31 17:25:23 +0100 |
commit | 66585d56a941b15d95d15e21641e89d86bb6271b (patch) | |
tree | abd033864b5125a2b04813d964abbc1336ace1cc /src/cookie.h | |
parent | 424ff7b8ed77bf556e16fca94e72483daf846caa (diff) |
global: get rid of useless forward declarations
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/cookie.h')
-rw-r--r-- | src/cookie.h | 2 |
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]; |