1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 02:21:44 +03:00

resolved: sort headers again

This commit is contained in:
Lennart Poettering 2018-12-02 13:22:14 +01:00
parent 686d13b9f2
commit 29e719ced0

View File

@ -7,11 +7,10 @@
#include <openssl/bio.h>
#include <openssl/err.h>
#include "io-util.h"
#include "resolved-dns-stream.h"
#include "resolved-dnstls.h"
#include "io-util.h"
DEFINE_TRIVIAL_CLEANUP_FUNC(SSL*, SSL_free);
DEFINE_TRIVIAL_CLEANUP_FUNC(BIO*, BIO_free);