Don't include ltdl.h any more. Its nested in lib/System now.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 29 Nov 2004 12:12:11 +0000 (12:12 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 29 Nov 2004 12:12:11 +0000 (12:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18347 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Config/dlfcn.h

index 01fbe16471049a7a53325ae43fca3bc2818deac3..bf51315ce25e0209ba0dc6a3c9c206a7b9587fd4 100644 (file)
 
 #include "llvm/Config/config.h"
 
-#ifdef HAVE_LTDL_H
-#include <ltdl.h>
-#endif
-
 #ifdef HAVE_DLFCN_H
 #include <dlfcn.h>
 #endif