svn commit: samba r4801 - in branches/SAMBA_4_0/source/lib/ldb/modules: .

tridge at samba.org tridge at samba.org
Mon Jan 17 11:54:22 GMT 2005


Author: tridge
Date: 2005-01-17 11:54:22 +0000 (Mon, 17 Jan 2005)
New Revision: 4801

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

Log:
remove the two bogus ctype.h includes


Modified:
   branches/SAMBA_4_0/source/lib/ldb/modules/schema.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/modules/schema.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/modules/schema.c	2005-01-17 11:45:12 UTC (rev 4800)
+++ branches/SAMBA_4_0/source/lib/ldb/modules/schema.c	2005-01-17 11:54:22 UTC (rev 4801)
@@ -32,11 +32,9 @@
  *  Author: Simo Sorce
  */
 
-#include <ctype.h>
 #include "includes.h"
 #include "ldb/include/ldb.h"
 #include "ldb/include/ldb_private.h"
-#include <ctype.h>
 
 struct attribute_syntax {
 	const char *name;



More information about the samba-cvs mailing list