mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
clang-format: Other include ordering changes
This commit is contained in:
parent
cb99ae2b7c
commit
e97c14add5
5 changed files with 13 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue