Remove the linux c includes part of my last patch.

llvm-svn: 97679
This commit is contained in:
Eric Christopher 2010-03-03 23:27:49 +00:00
parent 0abbb399c9
commit 6197c1cd8c
1 changed files with 0 additions and 3 deletions

View File

@ -432,9 +432,6 @@ void InitHeaderSearch::AddDefaultCIncludePaths(const llvm::Triple &triple) {
case llvm::Triple::MinGW32:
AddPath("c:/mingw/include", System, true, false, false);
break;
case llvm::Triple::Linux:
AddPath("/usr/include/linux", System, false, false, false);
break;
default:
break;
}