mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38: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,14 +2,14 @@
|
|||
|
||||
#include "zeek/Debug.h"
|
||||
|
||||
#include "zeek/zeek-config.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <string>
|
||||
|
||||
#include "zeek/zeek-config.h"
|
||||
|
||||
#ifdef HAVE_READLINE
|
||||
#include <readline/history.h>
|
||||
#include <readline/readline.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue