svn commit: samba r8767 - in branches/SOC/SAMBA_3_0/source/client: .

kalim at samba.org kalim at samba.org
Tue Jul 26 01:57:15 GMT 2005


Author: kalim
Date: 2005-07-26 01:57:14 +0000 (Tue, 26 Jul 2005)
New Revision: 8767

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8767

Log:
Changed #include directives back to quoted form - caught by abartlett.
Modified:
   branches/SOC/SAMBA_3_0/source/client/client.c


Changeset:
Modified: branches/SOC/SAMBA_3_0/source/client/client.c
===================================================================
--- branches/SOC/SAMBA_3_0/source/client/client.c	2005-07-26 01:56:00 UTC (rev 8766)
+++ branches/SOC/SAMBA_3_0/source/client/client.c	2005-07-26 01:57:14 UTC (rev 8767)
@@ -24,8 +24,8 @@
 
 #define NO_SYSLOG
 
-#include <includes.h>
-#include <libsmbclient.h>
+#include "includes.h"
+#include "libsmbclient.h"
 #include "client/client_proto.h"
 #include "client/get_auth_data_fn.h"
 #ifndef REGISTER



More information about the samba-cvs mailing list