1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Don't include ltdl.h any more. Its nested in lib/System now.

llvm-svn: 18347
This commit is contained in:
Reid Spencer 2004-11-29 12:12:11 +00:00
parent e498308615
commit dba402cd23

View File

@ -16,10 +16,6 @@
#include "llvm/Config/config.h"
#ifdef HAVE_LTDL_H
#include <ltdl.h>
#endif
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif