clang-format: Force zeek-config.h to be earlier in the config ordering

This commit is contained in:
Tim Wojtulewicz 2021-09-24 14:36:18 -07:00
parent 016ac0f199
commit 9cb54f5d44
118 changed files with 239 additions and 147 deletions

View file

@ -2,13 +2,14 @@
#pragma once
#include "zeek/zeek-config.h"
#include <list>
#include <string>
#include <utility>
#include "zeek/ZeekArgs.h"
#include "zeek/logging/WriterBackend.h"
#include "zeek/zeek-config.h"
// Increase this when making incompatible changes to the plugin API. Note
// that the constant is never used in C code. It's picked up on by CMake.