Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / include / llvm / Support / CallSite.h
index 4d0314024205622bf7d52e44927915be20b53de1..3ce0fef4a0457519c6333f862d85df5c495542c3 100644 (file)
 #define LLVM_SUPPORT_CALLSITE_H
 
 #include "llvm/ADT/PointerIntPair.h"
-#include "llvm/Attributes.h"
-#include "llvm/BasicBlock.h"
-#include "llvm/CallingConv.h"
-#include "llvm/Instructions.h"
+#include "llvm/IR/Attributes.h"
+#include "llvm/IR/BasicBlock.h"
+#include "llvm/IR/CallingConv.h"
+#include "llvm/IR/Instructions.h"
 
 namespace llvm {