]> granicus.if.org Git - clang/commitdiff
Remove the linux c includes part of my last patch.
authorEric Christopher <echristo@apple.com>
Wed, 3 Mar 2010 23:27:49 +0000 (23:27 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 3 Mar 2010 23:27:49 +0000 (23:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97679 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/InitHeaderSearch.cpp

index 5d52097fc6234058733f6f05f9bf9a71b7e8d2db..4f972f0baff3fe0584fe7f00f66722650f035cde 100644 (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;
   }