This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFC] Remove unnecessary includes in source/Commands
ClosedPublic

Authored by teemperor on Dec 13 2019, 1:35 PM.

Details

Summary

This removes most of unnecessary includes in the source/Commands directory. This was generated by IWYU and a script that fixed all the bogus reports from IWYU. Patch is tested on Linux and macOS.

Diff Detail

Event Timeline

teemperor created this revision.Dec 13 2019, 1:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 13 2019, 1:35 PM
teemperor marked an inline comment as done.Dec 13 2019, 1:36 PM
teemperor added inline comments.
lldb/source/Commands/CommandCompletions.cpp
12

I did this change by hand as both includes are not used at all and the #if can then also go.

JDevlieghere accepted this revision.Dec 13 2019, 1:50 PM
This revision is now accepted and ready to land.Dec 13 2019, 1:50 PM
This revision was automatically updated to reflect the committed changes.