LibCrypto: Remove unused header in Certificate

This commit is contained in:
Ben Wiederhake 2026-02-21 14:24:06 +01:00 committed by Jelle Raaijmakers
parent 0e0c85639a
commit 013e10aee6

View file

@ -6,7 +6,6 @@
*/
#include <AK/ByteBuffer.h>
#include <AK/IPv4Address.h>
#include <LibCrypto/ASN1/ASN1.h>
#include <LibCrypto/ASN1/DER.h>
#include <LibCrypto/Certificate/Certificate.h>