summary refs log tree commit diff
path: root/pkgs/development/tools/qtcreator/0002-Dont-remove-clang-header-paths.patch
blob: b0427e94c7c7f9e8a4afab110ea3b5318525613f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/plugins/cpptools/headerpathfilter.cpp b/src/plugins/cpptools/headerpathfilter.cpp
index a830d3c3..80e2f933 100644
--- a/src/plugins/cpptools/headerpathfilter.cpp
+++ b/src/plugins/cpptools/headerpathfilter.cpp
@@ -157,7 +157,6 @@ void removeClangSystemHeaderPaths(HeaderPaths &headerPaths)
 
 void HeaderPathFilter::tweakHeaderPaths()
 {
-    removeClangSystemHeaderPaths(builtInHeaderPaths);
     removeGccInternalIncludePaths();
 
     auto split = resourceIterator(builtInHeaderPaths);