[SystemZ] Add test missing from r186148
[oota-llvm.git] / unittests / Support / ValueHandleTest.cpp
index 2e5e5b167c4105f35d8bd24d56b4a60fec2fcfac..05aafa2d05d86ce93747951273821260c34e2919 100644 (file)
@@ -8,14 +8,11 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/ValueHandle.h"
-
-#include "llvm/Constants.h"
-#include "llvm/Instructions.h"
-#include "llvm/LLVMContext.h"
 #include "llvm/ADT/OwningPtr.h"
-
+#include "llvm/IR/Constants.h"
+#include "llvm/IR/Instructions.h"
+#include "llvm/IR/LLVMContext.h"
 #include "gtest/gtest.h"
-
 #include <memory>
 
 using namespace llvm;