mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15: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
|
@ -2,10 +2,11 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "zeek/zeek-config.h"
|
||||
|
||||
#include "zeek/file_analysis/Tag.h"
|
||||
#include "zeek/plugin/Component.h"
|
||||
#include "zeek/plugin/TaggedComponent.h"
|
||||
#include "zeek/zeek-config.h"
|
||||
|
||||
namespace zeek
|
||||
{
|
||||
|
|
|
@ -2,9 +2,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "zeek/Tag.h"
|
||||
#include "zeek/zeek-config.h"
|
||||
|
||||
#include "zeek/Tag.h"
|
||||
|
||||
namespace zeek::plugin
|
||||
{
|
||||
template <class T> class TaggedComponent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue