summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/sd-dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsystemd-bus/sd-dns.c')
-rw-r--r--src/libsystemd-bus/sd-dns.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libsystemd-bus/sd-dns.c b/src/libsystemd-bus/sd-dns.c
index 7d094779f3..8126cb38af 100644
--- a/src/libsystemd-bus/sd-dns.c
+++ b/src/libsystemd-bus/sd-dns.c
@@ -19,10 +19,6 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <assert.h>
#include <fcntl.h>
#include <signal.h>
@@ -43,10 +39,7 @@
#include <sys/resource.h>
#include <stdint.h>
#include <pthread.h>
-
-#ifdef HAVE_SYS_PRCTL_H
#include <sys/prctl.h>
-#endif
#include "sd-dns.h"
#include "util.h"