Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / unittests / VMCore / ValueMapTest.cpp
index 36d371305ea51b13b7559ac8fc93bd5c68445f16..5aaf905836285274c8fdce3351a22e02b935de63 100644 (file)
@@ -10,9 +10,9 @@
 #include "llvm/ADT/ValueMap.h"
 #include "llvm/ADT/OwningPtr.h"
 #include "llvm/Config/llvm-config.h"
-#include "llvm/Constants.h"
-#include "llvm/Instructions.h"
-#include "llvm/LLVMContext.h"
+#include "llvm/IR/Constants.h"
+#include "llvm/IR/Instructions.h"
+#include "llvm/IR/LLVMContext.h"
 #include "gtest/gtest.h"
 
 using namespace llvm;