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
|
@ -1,5 +1,7 @@
|
|||
#include "zeek/RuleCondition.h"
|
||||
|
||||
#include "zeek/zeek-config.h"
|
||||
|
||||
#include "zeek/Func.h"
|
||||
#include "zeek/ID.h"
|
||||
#include "zeek/Reporter.h"
|
||||
|
@ -7,7 +9,6 @@
|
|||
#include "zeek/Scope.h"
|
||||
#include "zeek/Val.h"
|
||||
#include "zeek/analyzer/protocol/tcp/TCP.h"
|
||||
#include "zeek/zeek-config.h"
|
||||
|
||||
static inline bool is_established(const zeek::analyzer::tcp::TCP_Endpoint* e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue