From ec6f6aeda18f905ba58a86f61b8eabf306ed22e2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 17 Jan 2005 11:54:22 +0000 Subject: r4801: remove the two bogus ctype.h includes (This used to be commit b221c3dbb9a7af88f917562b6f907fd0617eb05f) --- source4/lib/ldb/modules/schema.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4') 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 #include "includes.h" #include "ldb/include/ldb.h" #include "ldb/include/ldb_private.h" -#include struct attribute_syntax { const char *name; -- cgit