]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolved: sort headers again 11011/head
authorLennart Poettering <lennart@poettering.net>
Sun, 2 Dec 2018 12:22:14 +0000 (13:22 +0100)
committerLennart Poettering <lennart@poettering.net>
Sun, 2 Dec 2018 12:22:29 +0000 (13:22 +0100)
src/resolve/resolved-dnstls-openssl.c

index ccd35671ebf96fbd7d77e4862da8a6e0ec47a97e..f269e4d6487fd6dd0621c3aa41767bc52459404f 100644 (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);