Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / unittests / VMCore / TypeBuilderTest.cpp
index 51face076d7377e6c0d1b253de1f81b962afba5a..be493cdc6396b45ffedc2c97b8e148c5a53f3464 100644 (file)
@@ -7,9 +7,9 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/TypeBuilder.h"
+#include "llvm/IR/TypeBuilder.h"
 #include "llvm/ADT/ArrayRef.h"
-#include "llvm/LLVMContext.h"
+#include "llvm/IR/LLVMContext.h"
 #include "gtest/gtest.h"
 
 using namespace llvm;