From: Chris Lattner Date: Sat, 17 Jul 2004 03:09:12 +0000 (+0000) Subject: link.h causes problems on some platforms and is not needed on solaris, where X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bc10c3b6c323e78ca470f25c48f62f4d0b0a35fb;p=oota-llvm.git link.h causes problems on some platforms and is not needed on solaris, where the comment came from. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14905 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/Config/dlfcn.h b/include/Config/dlfcn.h index 454ede85708..c7ce5b19688 100644 --- a/include/Config/dlfcn.h +++ b/include/Config/dlfcn.h @@ -16,17 +16,8 @@ #include "Config/config.h" -/* - * According to the man pages on dlopen(), we sometimes need link.h. So, - * go grab it just in case. - */ #ifdef HAVE_DLFCN_H #include - -#ifdef HAVE_LINK_H -#include -#endif - #endif #endif diff --git a/include/llvm/Config/dlfcn.h b/include/llvm/Config/dlfcn.h index 454ede85708..c7ce5b19688 100644 --- a/include/llvm/Config/dlfcn.h +++ b/include/llvm/Config/dlfcn.h @@ -16,17 +16,8 @@ #include "Config/config.h" -/* - * According to the man pages on dlopen(), we sometimes need link.h. So, - * go grab it just in case. - */ #ifdef HAVE_DLFCN_H #include - -#ifdef HAVE_LINK_H -#include -#endif - #endif #endif