From: jsg Date: Sun, 13 Oct 2024 00:53:21 +0000 (+0000) Subject: remove unneeded limits.h and errno.h includes X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c509377308c51d8329ec63fb15eae6ce42087a50;p=openbsd remove unneeded limits.h and errno.h includes --- 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 . All Rights Reserved. @@ -20,9 +20,6 @@ #ifndef __IF_WG_H__ #define __IF_WG_H__ -#include -#include - #include #include