Minor cleanup related to my latest scheduler changes.
[oota-llvm.git] / lib / Support / PluginLoader.cpp
index 36caecffeede769e1d5012b51101f6bcddee61ac..2924cfa38897225d257100c1763de32822c42d5b 100644 (file)
@@ -15,8 +15,8 @@
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/PluginLoader.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/System/DynamicLibrary.h"
-#include "llvm/System/Mutex.h"
+#include "llvm/Support/DynamicLibrary.h"
+#include "llvm/Support/Mutex.h"
 #include <vector>
 using namespace llvm;