summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-01-08 14:00:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:49:52 -0500
commitb589ac5d863e171429d5ee620615a2920a82e04d (patch)
tree7570cc3d77196846b6eb4b6d1ce968bcc01b5885 /source4
parentbdc7d03c9c4e23af21c5a3f43b5470f196417af0 (diff)
downloadsamba-b589ac5d863e171429d5ee620615a2920a82e04d.tar.gz
samba-b589ac5d863e171429d5ee620615a2920a82e04d.tar.bz2
samba-b589ac5d863e171429d5ee620615a2920a82e04d.zip
r12770: Remove the alloca.h header as it is not used in the code afaics
(This used to be commit d4454287cf14cfdf1ceeb090da40492314703fb9)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/common/qsort.c1
1 files changed, 0 insertions, 1 deletions
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 <alloca.h>
#include <limits.h>
#include <stdlib.h>
#include <string.h>