clang-format: Other include ordering changes

This commit is contained in:
Tim Wojtulewicz 2021-09-24 14:57:22 -07:00
parent cb99ae2b7c
commit e97c14add5
5 changed files with 13 additions and 3 deletions

View file

@ -28,8 +28,10 @@ bool set_affinity(int core_number)
#elif defined(__FreeBSD__)
// clang-format off
#include <sys/param.h>
#include <sys/cpuset.h>
// clang-format on
namespace zeek
{