This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Remove unnecessary #includes
AbandonedPublic

Authored by void on Feb 6 2022, 10:56 PM.

Details

Reviewers
None
Summary

An attempt to reduce the number of files that are recompiled due to a change.

Diff Detail

Event Timeline

void created this revision.Feb 6 2022, 10:56 PM
void requested review of this revision.Feb 6 2022, 10:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 6 2022, 10:56 PM
nikic added a subscriber: nikic.Feb 7 2022, 12:27 AM
nikic added inline comments.
llvm/include/llvm/AsmParser/LLParser.h
93

Please avoid doing large reformattings together with other changes. If you'd like to reformat this code, please commit that part as a separate NFC change.

void abandoned this revision.Feb 9 2022, 11:41 AM