Rename MDNode.h header. It defines MDnode and other metadata classes.
[oota-llvm.git] / lib / VMCore / LLVMContext.cpp
index 14a891fb90659f2de0ae2a9a488e6f767335dd1d..30343dcb24d9211e049f15e3b57595a654d663d2 100644 (file)
@@ -16,7 +16,7 @@
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Instruction.h"
-#include "llvm/MDNode.h"
+#include "llvm/Metadata.h"
 #include "llvm/Support/ManagedStatic.h"
 #include "LLVMContextImpl.h"
 #include <cstdarg>