remove useless include <sys/types.h>

pull/1705/head
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__) #if defined(__FreeBSD__)
// clang-format off // clang-format off
#include <sys/types.h>
#include <sys/sysctl.h> #include <sys/sysctl.h>
// clang-format on // clang-format on
#endif #endif