From 18ae12f9e329cf71db3e6d1f42f5cdbd6d95f46f Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Mon, 28 Aug 2023 11:22:31 +0200 Subject: [PATCH] File: Drop krb5.h include It looks as if krb5.h was only ever needed together with OpenSSL, then OpenSSL includes were removed, but the krb5.h ones stayed around. References: 610d081c4bd882830541b5b748803f60698ca021 d7c10ca7c36ff5446bee4a623bcb1020e19482b8 --- src/File.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/File.h b/src/File.h index 98b722228d..26ef3c154f 100644 --- a/src/File.h +++ b/src/File.h @@ -7,10 +7,6 @@ #include #include -#ifdef NEED_KRB5_H -#include -#endif // NEED_KRB5_H - #include "zeek/Val.h" #include "zeek/util.h"