svn commit: samba r1903 - branches/SAMBA_4_0/source/include

metze at samba.org metze at samba.org
Thu Aug 19 07:56:55 GMT 2004


Author: metze
Date: 2004-08-19 07:56:55 +0000 (Thu, 19 Aug 2004)
New Revision: 1903

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1903&nolog=1

Log:
hmm a better solution is to include popt.h where it is needed

metze

Modified:
   branches/SAMBA_4_0/source/include/popt_common.h
   branches/SAMBA_4_0/source/include/rewrite.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/popt_common.h
===================================================================
--- branches/SAMBA_4_0/source/include/popt_common.h	2004-08-19 07:54:38 UTC (rev 1902)
+++ branches/SAMBA_4_0/source/include/popt_common.h	2004-08-19 07:56:55 UTC (rev 1903)
@@ -21,6 +21,8 @@
 #ifndef _POPT_COMMON_H
 #define _POPT_COMMON_H
 
+#include "popt.h"
+
 /* Common popt structures */
 extern struct poptOption popt_common_samba[];
 extern struct poptOption popt_common_connection[];

Modified: branches/SAMBA_4_0/source/include/rewrite.h
===================================================================
--- branches/SAMBA_4_0/source/include/rewrite.h	2004-08-19 07:54:38 UTC (rev 1902)
+++ branches/SAMBA_4_0/source/include/rewrite.h	2004-08-19 07:56:55 UTC (rev 1903)
@@ -280,7 +280,6 @@
 	char *from_name, *to_name;
 } *smb_iconv_t;
 
-#include "popt.h"
 #include "popt_common.h"
 
 #endif /* _REWRITE_H */



More information about the samba-cvs mailing list