From e3661abdcf846f8bd03a95828dbccb0fdf157e56 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 27 Oct 2017 03:43:04 +0200 Subject: global: get rid of useless forward declarations --- src/cookie.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cookie.h') 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 struct wireguard_peer; -struct wireguard_device; -struct sk_buff; struct cookie_checker { u8 secret[NOISE_HASH_LEN]; -- cgit v1.2.3-59-g8ed1b