Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / IR / LLVMContextImpl.cpp
index 61fb7f37d49d0ff5a8ca28078a5b2e017e08aa82..8fc9379e5bf9c58ac83572c7bc93c43675118be2 100644 (file)
@@ -13,8 +13,8 @@
 
 #include "LLVMContextImpl.h"
 #include "llvm/ADT/STLExtras.h"
-#include "llvm/Attributes.h"
-#include "llvm/Module.h"
+#include "llvm/IR/Attributes.h"
+#include "llvm/IR/Module.h"
 #include <algorithm>
 using namespace llvm;