diff options
author | Günther Deschner <gd@samba.org> | 2010-08-18 12:26:53 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-26 00:20:28 +0200 |
commit | 08eff4d311ef3dd4973645e28a7669db4c383cad (patch) | |
tree | 69c4c3b1d19b7865734cf8a5df79644f6b65e0ee | |
parent | aba1bf4b5e1bf82f769c3c545578414202c74106 (diff) | |
download | samba-08eff4d311ef3dd4973645e28a7669db4c383cad.tar.gz samba-08eff4d311ef3dd4973645e28a7669db4c383cad.tar.bz2 samba-08eff4d311ef3dd4973645e28a7669db4c383cad.zip |
s3-build: remove unrequired forward declaration for struct printjob.
Guenther
-rw-r--r-- | source3/include/includes.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index dd802605e6..4392de9daf 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -673,11 +673,6 @@ struct ntlmssp_state; #include "nsswitch/winbind_nss.h" -/* forward declaration from printing.h to get around - header file dependencies */ - -struct printjob; - /* forward declarations from smbldap.c */ #include "smbldap.h" |