From: Bill Seurer <seurer@linux.vnet.ibm.com>
Date: Thu, 24 Dec 2015 18:54:35 +0000 (+0000)
Subject: Fix case of path name
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4c2011be7d9489c3efd6e56e262e646141e94803;p=oota-llvm.git

Fix case of path name



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256388 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/lib/DebugInfo/CodeView/TypeTableBuilder.cpp b/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
index 3f20caa31c5..ebee8d6450c 100644
--- a/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
+++ b/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
@@ -13,7 +13,7 @@
 #include "llvm/DebugInfo/CodeView/MethodListRecordBuilder.h"
 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
 #include "llvm/DebugInfo/CodeView/TypeRecordBuilder.h"
-#include "llvm/support/raw_ostream.h"
+#include "llvm/Support/raw_ostream.h"
 
 using namespace llvm;
 using namespace codeview;