mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
clang-format: Other include ordering changes
This commit is contained in:
parent
cb99ae2b7c
commit
e97c14add5
5 changed files with 13 additions and 3 deletions
|
@ -2,9 +2,11 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
// clang-format off
|
||||
#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
#include <net/if_arp.h>
|
||||
// clang-format on
|
||||
|
||||
#include "zeek/packet_analysis/Analyzer.h"
|
||||
#include "zeek/packet_analysis/Component.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue