diff options
author | Günther Deschner <gd@samba.org> | 2010-07-01 00:44:15 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-01 23:20:40 +0200 |
commit | d1538add736ae3ac7ca3c728e2bd1696d588b374 (patch) | |
tree | 7f27a85bf4a2b795089f970581e09045953fa816 /source3/include | |
parent | 04641abb33a06486327088105b578865ed727a23 (diff) | |
download | samba-d1538add736ae3ac7ca3c728e2bd1696d588b374.tar.gz samba-d1538add736ae3ac7ca3c728e2bd1696d588b374.tar.bz2 samba-d1538add736ae3ac7ca3c728e2bd1696d588b374.zip |
s3-nss_info: only include nss_info.h where needed.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 0e2110dab7..7ffb630ff4 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -705,7 +705,6 @@ enum flush_reason_enum { /* NUM_FLUSH_REASONS must remain the last value in the enumeration. */ NUM_FLUSH_REASONS}; -#include "nss_info.h" #include "modules/nfs4_acls.h" #include "nsswitch/libwbclient/wbclient.h" |