forked from OSchip/llvm-project
Fix case, apparently some people still build on case sensitive
filesystems. llvm-svn: 76824
This commit is contained in:
parent
b215100c7c
commit
671cc00ce1
|
@ -21,7 +21,7 @@
|
|||
#include "clang/AST/DeclTemplate.h"
|
||||
#include "clang/AST/ExprCXX.h"
|
||||
#include "clang/AST/StmtCXX.h"
|
||||
#include "clang/AST/StmtObjc.h"
|
||||
#include "clang/AST/StmtObjC.h"
|
||||
#include "clang/Parse/DeclSpec.h"
|
||||
#include "clang/Basic/TargetInfo.h"
|
||||
#include "clang/Basic/SourceManager.h"
|
||||
|
|
Loading…
Reference in New Issue