Fixed include order of unistd, repositioned it at the top

This commit is contained in:
Elad Solomon 2022-09-08 19:59:51 +03:00 committed by Tomer Lev
parent 44df3087d6
commit 79fbfd0af7
5 changed files with 11 additions and 4 deletions

View file

@ -1,5 +1,7 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include <unistd.h>
#include "zeek/zeek-setup.h"
#include "zeek/zeek-config.h"
@ -8,7 +10,6 @@
#include <openssl/opensslv.h>
#include <openssl/ssl.h>
#include <sys/types.h>
#include <unistd.h>
#include <csignal>
#include <cstdio>
#include <cstdlib>