diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-09-27 10:00:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:39:02 -0500 |
commit | 42b81d7c3e8ac9ad4c35d5377decbdd5ab18ffbb (patch) | |
tree | 41a3de61c250ed6340de45d76e15bcb58e21c676 /source4/lib | |
parent | 190683f3e8fd04c12b2a930b51393dbef546773d (diff) | |
download | samba-42b81d7c3e8ac9ad4c35d5377decbdd5ab18ffbb.tar.gz samba-42b81d7c3e8ac9ad4c35d5377decbdd5ab18ffbb.tar.bz2 samba-42b81d7c3e8ac9ad4c35d5377decbdd5ab18ffbb.zip |
r10528: Add credentials.h back into includes.h as some compilers don't
seem to be able to handle incomplete enum types.
(This used to be commit 540155fad3c8e3d79fb631bb3f14273f82130a73)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/cmdline/popt_common.c | 1 | ||||
-rw-r--r-- | source4/lib/credentials.c | 1 | ||||
-rw-r--r-- | source4/lib/samba3/secrets.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/source4/lib/cmdline/popt_common.c b/source4/lib/cmdline/popt_common.c index 76c8a537e3..43ea203b78 100644 --- a/source4/lib/cmdline/popt_common.c +++ b/source4/lib/cmdline/popt_common.c @@ -25,7 +25,6 @@ #include "system/filesys.h" #include "system/passwd.h" #include "lib/cmdline/popt_common.h" -#include "credentials.h" /* Handle command line options: * -d,--debuglevel diff --git a/source4/lib/credentials.c b/source4/lib/credentials.c index 166d60b00d..045047d358 100644 --- a/source4/lib/credentials.c +++ b/source4/lib/credentials.c @@ -27,7 +27,6 @@ #include "librpc/gen_ndr/ndr_samr.h" /* for struct samrPassword */ #include "system/kerberos.h" #include "auth/kerberos/kerberos.h" -#include "include/credentials.h" /** diff --git a/source4/lib/samba3/secrets.c b/source4/lib/samba3/secrets.c index 0981a7a6ec..0f3cc0c581 100644 --- a/source4/lib/samba3/secrets.c +++ b/source4/lib/samba3/secrets.c @@ -30,7 +30,6 @@ #include "system/filesys.h" #include "librpc/gen_ndr/ndr_security.h" #include "lib/tdb/include/tdbutil.h" -#include "credentials.h" /** * Unpack SID into a pointer |