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

@ -3,8 +3,12 @@
#include "zeek/iosource/Manager.h"
#include <assert.h>
// These two files have to remain in the same order or FreeBSD builds
// stop working.
// clang-format off
#include <sys/types.h>
#include <sys/event.h>
// clang-format on
#include <sys/time.h>
#include <unistd.h>