From ab35b2837f815cec6f655723491b24e941c75400 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 9 Mar 2004 21:25:59 +0000
Subject: [PATCH] Tor Arntsen's fix to a AIX build problem

---
 lib/setup.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lib/setup.h b/lib/setup.h
index dfe412b3ba..f95742460c 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -136,11 +136,6 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)
 #else
 #include <curl/stdcheaders.h>
 #endif
-
-#else
-#ifdef _AIX
-#include <curl/stdcheaders.h>
-#endif
 #endif
 
 #if defined(CURLDEBUG) && defined(HAVE_ASSERT_H)
-- 
GitLab