clang-format: Other include ordering changes

This commit is contained in:
Tim Wojtulewicz 2021-09-24 14:57:22 -07:00
parent cb99ae2b7c
commit e97c14add5
5 changed files with 13 additions and 3 deletions

View file

@ -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"