Implement getTimeRecord natively in Win32, properly conditionalize the
[oota-llvm.git] / lib / Support / PluginLoader.cpp
index 1e67b94f69dc9bec4e7a477921939ffb600865f7..20bdce494962d21cf1cd57e1733aaa4694d0c57a 100644 (file)
@@ -19,8 +19,7 @@
 
 #include "Support/DynamicLinker.h"
 #include "Support/CommandLine.h"
-#include "Config/dlfcn.h"
-#include "Config/link.h"
+#include "Config/config.h"
 #include <iostream>
 using namespace llvm;