PowerShell / EditorSyntax

PowerShell syntax highlighting for editors (VS Code, Atom, SublimeText, TextMate, etc.) and GitHub!
MIT License
131 stars 42 forks source link

Remove redundant includes from #attribute (#168) #172

Closed msftrncs closed 5 years ago

msftrncs commented 5 years ago

This PR removes all redundant includes from #attribute.

Fixes #168.

Applying this PR before applying a PR for #141 would reduce the number of lines needed to be changed in the later PR.

A PR for #143 could also fix the issue behind #168, but I think this PR is the right solution, as it cleans up unnecessary items, and eliminates the root cause.