Rename MDNode.h header. It defines MDnode and other metadata classes.
[oota-llvm.git] / lib / VMCore / LLVMContextImpl.cpp
index 5efc1ebe5e7648f3b80f30c198d122d7265dd547..23d8ca3105fbe75db8eab6d41a18147c7a30fd31 100644 (file)
@@ -16,7 +16,7 @@
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/LLVMContext.h"
-#include "llvm/MDNode.h"
+#include "llvm/Metadata.h"
 using namespace llvm;
 
 static char getValType(ConstantAggregateZero *CPZ) { return 0; }