1
0
mirror of https://github.com/systemd/systemd synced 2025-10-05 16:03:15 +02:00

resolve: Remove unnecessary ENABLE_DNS_OVER_TLS check

This commit is contained in:
Daan De Meyer
2025-04-30 09:30:14 +02:00
parent 6be15dce13
commit becc0256d8

View File

@@ -23,9 +23,7 @@
#include "resolved-dns-packet.h"
#include "resolved-dns-question.h"
#include "resolved-dns-rr.h"
#if ENABLE_DNS_OVER_TLS
#include "resolved-dnstls.h"
#endif
#include "resolved-dns-server.h"
#include "resolved-dns-stream.h"
#include "resolved-manager.h"