From b589ac5d863e171429d5ee620615a2920a82e04d Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 8 Jan 2006 14:00:28 +0000 Subject: r12770: Remove the alloca.h header as it is not used in the code afaics (This used to be commit d4454287cf14cfdf1ceeb090da40492314703fb9) --- source4/lib/ldb/common/qsort.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/lib/ldb/common/qsort.c') diff --git a/source4/lib/ldb/common/qsort.c b/source4/lib/ldb/common/qsort.c index 2bb8890358..7b8dc55167 100644 --- a/source4/lib/ldb/common/qsort.c +++ b/source4/lib/ldb/common/qsort.c @@ -28,7 +28,6 @@ #include "includes.h" #include "ldb/include/ldb.h" -#include #include #include #include -- cgit