summaryrefslogtreecommitdiffstats
path: root/server/tools
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2009-10-08 21:18:30 +0200
committerStephen Gallagher <sgallagh@redhat.com>2009-10-22 13:56:22 -0400
commitdc35d48c98e78116a8393f6fa432d38c2622c02b (patch)
tree8de8695817b703b349c322cfb9a59151e50f6d05 /server/tools
parentaf40ddb7f307b84dc7f983fd420475809bda0851 (diff)
downloadsssd-dc35d48c98e78116a8393f6fa432d38c2622c02b.tar.gz
sssd-dc35d48c98e78116a8393f6fa432d38c2622c02b.tar.xz
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.c1
-rw-r--r--server/tools/tools_util.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/server/tools/sss_useradd.c b/server/tools/sss_useradd.c
index f805b242e..d05f5ae94 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 a56fc5eb7..92fba20d0 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(); \