mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
clang-format: Force zeek-config.h to be earlier in the config ordering
This commit is contained in:
parent
016ac0f199
commit
9cb54f5d44
118 changed files with 239 additions and 147 deletions
6
src/IP.h
6
src/IP.h
|
@ -2,11 +2,11 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <sys/types.h> // for u_char
|
||||
#include "zeek/zeek-config.h"
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/ip.h>
|
||||
|
||||
#include "zeek/zeek-config.h"
|
||||
#include <sys/types.h> // for u_char
|
||||
|
||||
#ifdef HAVE_NETINET_IP6_H
|
||||
#include <netinet/ip6.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue