X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FVMCore%2FPass.cpp;h=5079b4ea65eba147829be64ad571ffa4bbd4b3da;hb=551ccae044b0ff658fe629dd67edd5ffe75d10e8;hp=d6fe2fba41cd6bc011a06eefc95e8d00f0d8bdee;hpb=ed543731fb385b55750d0c514d130a810339d739;p=oota-llvm.git diff --git a/lib/VMCore/Pass.cpp b/lib/VMCore/Pass.cpp index d6fe2fba41c..5079b4ea65e 100644 --- a/lib/VMCore/Pass.cpp +++ b/lib/VMCore/Pass.cpp @@ -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 #include using namespace llvm;