nixpkgs/pkgs/development/tools/qtcreator/0002-Dont-remove-clang-head...

13 lines
506 B
Diff
Raw Normal View History

diff --git a/src/plugins/cpptools/headerpathfilter.cpp b/src/plugins/cpptools/headerpathfilter.cpp
2019-12-21 08:28:12 -08:00
index a830d3c3..80e2f933 100644
--- a/src/plugins/cpptools/headerpathfilter.cpp
+++ b/src/plugins/cpptools/headerpathfilter.cpp
2019-12-21 08:28:12 -08:00
@@ -157,7 +157,6 @@ void removeClangSystemHeaderPaths(HeaderPaths &headerPaths)
void HeaderPathFilter::tweakHeaderPaths()
{
- removeClangSystemHeaderPaths(builtInHeaderPaths);
2019-12-21 08:28:12 -08:00
removeGccInternalIncludePaths();
2019-12-21 08:28:12 -08:00
auto split = resourceIterator(builtInHeaderPaths);