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

@ -4,9 +4,11 @@
#include "zeek/zeek-config.h"
// clang-format off
#include <sys/types.h> // for u_char
#include <netinet/in.h>
#include <netinet/ip.h>
#include <sys/types.h> // for u_char
// clang-format on
#ifdef HAVE_NETINET_IP6_H
#include <netinet/ip6.h>