Fix case of path name

llvm-svn: 256388
This commit is contained in:
Bill Seurer 2015-12-24 18:54:35 +00:00
parent dd38b1bf12
commit 8771bbfbe2
1 changed files with 1 additions and 1 deletions

View File

@ -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;