From 6956207270f40e6b713bbe204a3b4168070832cc Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Thu, 3 Jun 1999 00:45:50 +0000
Subject: [PATCH] Remove <memory.h> from stdlib.h (mem* fns should be in
 string.h).

---
 include/ac/stdlib.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/ac/stdlib.h b/include/ac/stdlib.h
index c7ad9f00c8..fad37d557b 100644
--- a/include/ac/stdlib.h
+++ b/include/ac/stdlib.h
@@ -17,10 +17,6 @@
 
 #else
 
-#	ifdef HAVE_MEMORY_H
-#		include <memory.h>
-#	endif
-
 #	ifdef HAVE_MALLOC_H
 #		include <malloc.h>
 #	endif
-- 
GitLab