diff options
author | Martin Nagy <mnagy@redhat.com> | 2009-10-08 21:18:30 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-22 13:56:22 -0400 |
commit | dc35d48c98e78116a8393f6fa432d38c2622c02b (patch) | |
tree | 8de8695817b703b349c322cfb9a59151e50f6d05 /server/monitor | |
parent | af40ddb7f307b84dc7f983fd420475809bda0851 (diff) | |
download | sssd-dc35d48c98e78116a8393f6fa432d38c2622c02b.tar.gz sssd-dc35d48c98e78116a8393f6fa432d38c2622c02b.tar.bz2 sssd-dc35d48c98e78116a8393f6fa432d38c2622c02b.zip |
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.
Diffstat (limited to 'server/monitor')
-rw-r--r-- | server/monitor/monitor.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |