Changes For Bug 352
[oota-llvm.git] / lib / VMCore / Pass.cpp
index d6fe2fba41cd6bc011a06eefc95e8d00f0d8bdee..5079b4ea65eba147829be64ad571ffa4bbd4b3da 100644 (file)
@@ -17,8 +17,8 @@
 #include "PassManagerT.h"         // PassManagerT implementation
 #include "llvm/Module.h"
 #include "llvm/ModuleProvider.h"
-#include "Support/STLExtras.h"
-#include "Support/TypeInfo.h"
+#include "llvm/ADT/STLExtras.h"
+#include "llvm/Support/TypeInfo.h"
 #include <iostream>
 #include <set>
 using namespace llvm;