remove useless include <sys/types.h>

This commit is contained in:
Loïc Bartoletti 2022-10-04 07:37:05 +02:00
parent c3e91cd228
commit 0898236586
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
#if defined(__FreeBSD__)
// clang-format off
#include <sys/types.h>
#include <sys/sysctl.h>
// clang-format on
#endif