diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-14 01:29:56 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-03-14 01:29:56 +0000 |
commit | 3aafad1750ce37bb6b863040616731e1247b9f0e (patch) | |
tree | 277f4e9e5430740516e6a11a71693b442a4eda7d /source/gtk | |
parent | d85f7c7838011f251bc4fe6a288b3f88d89d83c6 (diff) | |
download | samba-3aafad1750ce37bb6b863040616731e1247b9f0e.tar.gz samba-3aafad1750ce37bb6b863040616731e1247b9f0e.tar.xz samba-3aafad1750ce37bb6b863040616731e1247b9f0e.zip |
r14363: Remove credentials.h from the global includes.
Diffstat (limited to 'source/gtk')
-rw-r--r-- | source/gtk/common/credentials.c | 1 | ||||
-rw-r--r-- | source/gtk/tools/gregedit.c | 1 | ||||
-rw-r--r-- | source/gtk/tools/gwcrontab.c | 1 | ||||
-rw-r--r-- | source/gtk/tools/gwsam.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/source/gtk/common/credentials.c b/source/gtk/common/credentials.c index 01132ec6bd6..0646131b737 100644 --- a/source/gtk/common/credentials.c +++ b/source/gtk/common/credentials.c @@ -20,6 +20,7 @@ #include "includes.h" #include "gtk/common/gtk-smb.h" +#include "auth/credentials/credentials.h" static void gtk_get_credentials(struct cli_credentials *credentials) { diff --git a/source/gtk/tools/gregedit.c b/source/gtk/tools/gregedit.c index 72ba5f992b2..fdbf5357ea4 100644 --- a/source/gtk/tools/gregedit.c +++ b/source/gtk/tools/gregedit.c @@ -23,6 +23,7 @@ #include "lib/registry/registry.h" #include "lib/registry/reg_backend_rpc.h" #include "gtk/common/gtk-smb.h" +#include "auth/credentials/credentials.h" static GtkTreeStore *store_keys; static GtkListStore *store_vals; diff --git a/source/gtk/tools/gwcrontab.c b/source/gtk/tools/gwcrontab.c index 020bae30f29..f2e42d01ddd 100644 --- a/source/gtk/tools/gwcrontab.c +++ b/source/gtk/tools/gwcrontab.c @@ -22,6 +22,7 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_atsvc.h" #include "gtk/common/gtk-smb.h" +#include "auth/credentials/credentials.h" static struct dcerpc_pipe *at_pipe = NULL; static GtkWidget *mainwin; diff --git a/source/gtk/tools/gwsam.c b/source/gtk/tools/gwsam.c index 55e11471e23..633b04851aa 100644 --- a/source/gtk/tools/gwsam.c +++ b/source/gtk/tools/gwsam.c @@ -23,6 +23,7 @@ #include "librpc/gen_ndr/ndr_samr.h" #include "gtk/common/select.h" #include "gtk/common/gtk-smb.h" +#include "auth/credentials/credentials.h" struct policy_handle sam_handle; struct dcerpc_pipe *sam_pipe = NULL; |