mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Reorder includes in Options.cc
This commit is contained in:
parent
e8507f3a95
commit
05ba11c72a
1 changed files with 2 additions and 4 deletions
|
@ -6,9 +6,6 @@
|
|||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "zeek/ScriptProfile.h"
|
||||
#include "zeek/script_opt/ScriptOpt.h"
|
||||
|
||||
#ifdef HAVE_GETOPT_H
|
||||
#include <getopt.h>
|
||||
#endif
|
||||
|
@ -18,8 +15,9 @@
|
|||
#include <cstdlib>
|
||||
#include <sstream>
|
||||
|
||||
#include "zeek/3rdparty/bsd-getopt-long.h"
|
||||
#include "zeek/ScriptProfile.h"
|
||||
#include "zeek/logging/writers/ascii/Ascii.h"
|
||||
#include "zeek/script_opt/ScriptOpt.h"
|
||||
|
||||
namespace zeek
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue