From 272335a2cf86f0c5dc4399960de528fcbe4d0547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Wed, 13 Mar 2013 20:12:00 +0100 Subject: [PATCH] trivial: remove nm-netlink-monitor.h from main nm-netlink-monitor is deprecated and the only consumer that still uses it is nm-ip6-manager, which will start it on its own. Conflicts: src/main.c --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index d2b77ae803..e9dc186bf6 100644 --- a/src/main.c +++ b/src/main.c @@ -48,7 +48,6 @@ #include "nm-dhcp-manager.h" #include "nm-firewall-manager.h" #include "nm-hostname-provider.h" -#include "nm-netlink-monitor.h" #include "nm-vpn-manager.h" #include "nm-logging.h" #include "nm-policy-hosts.h"