Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / IR / User.cpp
index 05b10b53296bd57af320733e8453e7e573178587..940682826acc2a799577f0a3d35734875071f168 100644 (file)
@@ -7,10 +7,10 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/User.h"
-#include "llvm/Constant.h"
-#include "llvm/GlobalValue.h"
-#include "llvm/Operator.h"
+#include "llvm/IR/User.h"
+#include "llvm/IR/Constant.h"
+#include "llvm/IR/GlobalValue.h"
+#include "llvm/IR/Operator.h"
 
 namespace llvm {