Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Analysis / Interval.cpp
index ca9cdcaf246484c302d6b53345426b88c152771d..26a0322407ec541176205f3f697d2606dcea13bf 100644 (file)
@@ -13,7 +13,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Analysis/Interval.h"
-#include "llvm/BasicBlock.h"
+#include "llvm/IR/BasicBlock.h"
 #include "llvm/Support/CFG.h"
 #include "llvm/Support/raw_ostream.h"
 #include <algorithm>