]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/resolve/resolved-dnstls-gnutls.h
resolve: sort headers
[thirdparty/systemd.git] / src / resolve / resolved-dnstls-gnutls.h
index 364eea1a038b0b11bd5a2c02c38a2e65cae654ff..41c89f273751eb0c366af65b246898ae747fdfd9 100644 (file)
@@ -5,9 +5,8 @@
 #error This source file requires DNS-over-TLS to be enabled and GnuTLS to be available.
 #endif
 
-#include <stdbool.h>
-
 #include <gnutls/gnutls.h>
+#include <stdbool.h>
 
 struct DnsTlsServerData {
         gnutls_certificate_credentials_t cert_cred;