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:
610d081c4b
d7c10ca7c3
This commit is contained in:
Arne Welzel 2023-08-28 11:22:31 +02:00
parent de65671a0a
commit 18ae12f9e3

View file

@ -7,10 +7,6 @@
#include <string> #include <string>
#include <utility> #include <utility>
#ifdef NEED_KRB5_H
#include <krb5.h>
#endif // NEED_KRB5_H
#include "zeek/Val.h" #include "zeek/Val.h"
#include "zeek/util.h" #include "zeek/util.h"