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