From 00f1d251b4f9a08f53986093d4e1488cb243da4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Thu, 23 Aug 2012 15:08:51 +0200 Subject: [PATCH] trivial: remove obsolete HAVE_SELINUX conditional sections This macro is not defined by the build system. --- src/dns-manager/nm-dns-manager.c | 4 ---- 1 file changed, 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 -#endif - #ifndef RESOLV_CONF #define RESOLV_CONF "/etc/resolv.conf" #endif