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/tools | |
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/tools')
-rw-r--r-- | server/tools/sss_useradd.c | 1 | ||||
-rw-r--r-- | server/tools/tools_util.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/server/tools/sss_useradd.c b/server/tools/sss_useradd.c index f805b242..d05f5ae9 100644 --- a/server/tools/sss_useradd.c +++ b/server/tools/sss_useradd.c @@ -31,7 +31,6 @@ #include "db/sysdb.h" #include "tools/tools_util.h" #include "tools/sss_sync_ops.h" -#include "util/sssd-i18n.h" /* Default settings for user attributes */ #define CONFDB_DFL_SECTION "config/user_defaults" 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 <popt.h> -#include "util/sssd-i18n.h" +#include "util/util.h" #define CHECK_ROOT(val, prg_name) do { \ val = getuid(); \ |