]> granicus.if.org Git - llvm/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284763 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo/CodeView/TypeDeserializer.h

index eb73ce0881048c2a5ee02024d98a33039539117e..232c9033617591504dabd83309ad684b71b264cb 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 {