summaryrefslogtreecommitdiff
path: root/src/dns-manager
diff options
context:
space:
mode:
authorPavel Šimerda <psimerda@redhat.com>2012-08-23 15:08:51 +0200
committerPavel Šimerda <psimerda@redhat.com>2012-11-02 01:27:34 +0100
commit00f1d251b4f9a08f53986093d4e1488cb243da4d (patch)
treed27da1b5159d77cb354400c186b334003a1feebf /src/dns-manager
parent8a0e928aedc20b3023a708d59d861cdc3c4c0ed5 (diff)
downloadNetworkManager-00f1d251b4f9a08f53986093d4e1488cb243da4d.tar.gz
trivial: remove obsolete HAVE_SELINUX conditional sections
This macro is not defined by the build system.
Diffstat (limited to 'src/dns-manager')
-rw-r--r--src/dns-manager/nm-dns-manager.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dns-manager/nm-dns-manager.c b/src/dns-manager/nm-dns-manager.c
index b4d3958c10..38691f37d6 100644
--- a/src/dns-manager/nm-dns-manager.c
+++ b/src/dns-manager/nm-dns-manager.c
@@ -46,10 +46,6 @@
#include "nm-dns-plugin.h"
#include "nm-dns-dnsmasq.h"
-#ifdef HAVE_SELINUX
-#include <selinux/selinux.h>
-#endif
-
#ifndef RESOLV_CONF
#define RESOLV_CONF "/etc/resolv.conf"
#endif