mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
4
src/IP.h
4
src/IP.h
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue