Changes For Bug 352
[oota-llvm.git] / lib / Support / PluginLoader.cpp
index cbec6fa7d4d611544d15996c2f4effe6eeec9223..2c13d57812994d32957ec2f241a591dd6aa04686 100644 (file)
@@ -12,8 +12,8 @@
 //===----------------------------------------------------------------------===//
 
 #define DONT_GET_PLUGIN_LOADER_OPTION
-#include "Support/PluginLoader.h"
-#include "Support/DynamicLinker.h"
+#include "llvm/Support/PluginLoader.h"
+#include "llvm/Support/DynamicLinker.h"
 #include <iostream>
 using namespace llvm;