mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +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
|
@ -2,6 +2,8 @@
|
|||
|
||||
#include "zeek/analyzer/protocol/http/HTTP.h"
|
||||
|
||||
#include "zeek/zeek-config.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -13,7 +15,6 @@
|
|||
#include "zeek/analyzer/protocol/http/events.bif.h"
|
||||
#include "zeek/analyzer/protocol/mime/MIME.h"
|
||||
#include "zeek/file_analysis/Manager.h"
|
||||
#include "zeek/zeek-config.h"
|
||||
|
||||
namespace zeek::analyzer::http
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue