X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2Fnot%2Fnot.cpp;h=9a924b56a7923de3998ace9324883997fefcff35;hb=22bd64173981bf1251c4b3bfc684207340534ba3;hp=908abe932d10591b38b05fd66f9f07c906b62e19;hpb=9dbb79aaac8dc2a94b13ddd4c8fdc659f0167716;p=oota-llvm.git diff --git a/utils/not/not.cpp b/utils/not/not.cpp index 908abe932d1..9a924b56a79 100644 --- a/utils/not/not.cpp +++ b/utils/not/not.cpp @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#include "llvm/System/Path.h" -#include "llvm/System/Program.h" +#include "llvm/Support/Path.h" +#include "llvm/Support/Program.h" #include "llvm/Support/raw_ostream.h" using namespace llvm;