[llvm-commits] CVS: llvm/include/llvm/Config/dlfcn.h
Reid Spencer
reid at x10sys.com
Mon Nov 29 04:12:21 PST 2004
Changes in directory llvm/include/llvm/Config:
dlfcn.h updated: 1.6 -> 1.7
---
Log message:
Don't include ltdl.h any more. Its nested in lib/System now.
---
Diffs of the changes: (+0 -4)
Index: llvm/include/llvm/Config/dlfcn.h
diff -u llvm/include/llvm/Config/dlfcn.h:1.6 llvm/include/llvm/Config/dlfcn.h:1.7
--- llvm/include/llvm/Config/dlfcn.h:1.6 Thu Nov 18 03:50:00 2004
+++ llvm/include/llvm/Config/dlfcn.h Mon Nov 29 06:12:11 2004
@@ -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
More information about the llvm-commits
mailing list