summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-17 11:54:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:57 -0500
commitec6f6aeda18f905ba58a86f61b8eabf306ed22e2 (patch)
tree009a862d1ac49f4df5e8d47810b01607fedbf1c5
parent4eb45fd96b895d866b59ac2c29038c5866bc98c2 (diff)
downloadsamba-ec6f6aeda18f905ba58a86f61b8eabf306ed22e2.tar.gz
samba-ec6f6aeda18f905ba58a86f61b8eabf306ed22e2.tar.bz2
samba-ec6f6aeda18f905ba58a86f61b8eabf306ed22e2.zip
r4801: remove the two bogus ctype.h includes
(This used to be commit b221c3dbb9a7af88f917562b6f907fd0617eb05f)
-rw-r--r--source4/lib/ldb/modules/schema.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/ldb/modules/schema.c b/source4/lib/ldb/modules/schema.c
index a56e71ef7a..912c8657d2 100644
--- a/source4/lib/ldb/modules/schema.c
+++ b/source4/lib/ldb/modules/schema.c
@@ -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;