From dc35d48c98e78116a8393f6fa432d38c2622c02b Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Thu, 8 Oct 2009 21:18:30 +0200 Subject: Delete sssd-i18n.h and put it's old contents into util.h Also include talloc.h, tevent.h and ldb.h as system headers in util.h. --- server/monitor/monitor.c | 1 - 1 file changed, 1 deletion(-) (limited to 'server/monitor') diff --git a/server/monitor/monitor.c b/server/monitor/monitor.c index 427e10d1..56bf6eaa 100644 --- a/server/monitor/monitor.c +++ b/server/monitor/monitor.c @@ -52,7 +52,6 @@ #include "dbus/dbus.h" #include "sbus/sssd_dbus.h" #include "monitor/monitor_interfaces.h" -#include "util/sssd-i18n.h" /* ping time cannot be less then once every few seconds or the * monitor will get crazy hammering children with messages */ -- cgit