Fix case of file include path.
authorZachary Turner <zturner@google.com>
Thu, 20 Oct 2016 18:34:37 +0000 (18:34 +0000)
committerZachary Turner <zturner@google.com>
Thu, 20 Oct 2016 18:34:37 +0000 (18:34 +0000)
llvm-svn: 284763

llvm/include/llvm/DebugInfo/CodeView/TypeDeserializer.h

index eb73ce0..232c903 100644 (file)
@@ -11,8 +11,8 @@
 #define LLVM_DEBUGINFO_CODEVIEW_TYPEDESERIALIZER_H
 
 #include "llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h"
-#include "llvm/DebugInfo/Msf/ByteStream.h"
-#include "llvm/DebugInfo/Msf/StreamReader.h"
+#include "llvm/DebugInfo/MSF/ByteStream.h"
+#include "llvm/DebugInfo/MSF/StreamReader.h"
 #include "llvm/Support/Error.h"
 
 namespace llvm {