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/tools/tools_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tools/tools_util.h') diff --git a/server/tools/tools_util.h b/server/tools/tools_util.h index a56fc5eb..92fba20d 100644 --- a/server/tools/tools_util.h +++ b/server/tools/tools_util.h @@ -25,7 +25,7 @@ #include -#include "util/sssd-i18n.h" +#include "util/util.h" #define CHECK_ROOT(val, prg_name) do { \ val = getuid(); \ -- cgit