linsysfs(5): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743

This commit is contained in:
Dmitry Chagin 2023-08-18 13:12:02 +03:00
parent ce8e645a4a
commit 88362a0086
2 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/ctype.h>

View File

@ -25,7 +25,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/eventhandler.h>
#include <sys/kernel.h>