diff --git a/solenv/gbuild/platform/filter-showIncludes.awk b/solenv/gbuild/platform/filter-showIncludes.awk index 9f5cabd1085b..a5e6e5879a6e 100755 --- a/solenv/gbuild/platform/filter-showIncludes.awk +++ b/solenv/gbuild/platform/filter-showIncludes.awk @@ -45,13 +45,6 @@ BEGIN { if (index($0, showincludes_prefix) == 1) { $0 = substr($0, length(showincludes_prefix) + 1) sub(/^ */, "") - - # The output from MSVC may contain a carriage return character at the - # end of filenames, in which case the translation unit will depend on a - # non-existing header, resulting in constant rebuild of all files, - # prevent that. - sub(/ /, "") - gsub(/\\/, "/") gsub(/ /, "\\ ") if ($0 ~ allowlist) { # filter out system headers