[llvm] r284763 - Fix case of file include path.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 20 11:34:38 PDT 2016
Author: zturner
Date: Thu Oct 20 13:34:37 2016
New Revision: 284763
URL: http://llvm.org/viewvc/llvm-project?rev=284763&view=rev
Log:
Fix case of file include path.
Modified:
llvm/trunk/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
Modified: llvm/trunk/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/CodeView/TypeDeserializer.h?rev=284763&r1=284762&r2=284763&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/CodeView/TypeDeserializer.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/CodeView/TypeDeserializer.h Thu Oct 20 13:34:37 2016
@@ -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 {
More information about the llvm-commits
mailing list