Remove fix for CentOS 7 from TCP_Flags.h

This commit is contained in:
Tim Wojtulewicz 2025-04-08 13:55:34 -07:00
parent 3197bb7f59
commit 4b2ed67eaf

View file

@ -2,15 +2,9 @@
#pragma once
// This needs to remain the first include in this file, or some defines aren't
// set correctly when netinet/tcp.h is included and the CentOS 7 build breaks.
// clang-format off
#include "zeek/net_util.h"
#include <netinet/tcp.h>
#include <sys/types.h>
#include <string>
// clang-format on
namespace zeek::analyzer::tcp {