diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-13 00:53:22 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-13 00:53:22 +0000 |
commit | bc21db9f7ec0946b6d3a1343753cfc05c0def938 (patch) | |
tree | 7a98d92420c5cda90ce3c752b31e7a4ac391e274 | |
parent | 3e357662b85ce97fffce3e94d129a27ba438c696 (diff) |
remove unneeded limits.h and errno.h includes
-rw-r--r-- | sys/net/if_wg.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/net/if_wg.h b/sys/net/if_wg.h index adb623ce2da..35464b5f4e7 100644 --- a/sys/net/if_wg.h +++ b/sys/net/if_wg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wg.h,v 1.5 2023/06/01 18:57:53 kn Exp $ */ +/* $OpenBSD: if_wg.h,v 1.6 2024/10/13 00:53:21 jsg Exp $ */ /* * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. @@ -20,9 +20,6 @@ #ifndef __IF_WG_H__ #define __IF_WG_H__ -#include <sys/limits.h> -#include <sys/errno.h> - #include <net/if.h> #include <netinet/in.h> |