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,6 +2,8 @@
#include "zeek/supervisor/Supervisor.h"
#include "zeek/zeek-config.h"
#include <fcntl.h>
#include <poll.h>
#include <sys/types.h>
@ -14,8 +16,6 @@
#include <utility>
#include <variant>
#include "zeek/zeek-config.h"
#define RAPIDJSON_HAS_STDSTRING 1
#include <rapidjson/document.h>