[BOLT][NFC] Reduce includes with include-what-you-use
authorAmir Ayupov <aaupov@fb.com>
Sat, 30 Oct 2021 00:27:38 +0000 (17:27 -0700)
committerAmir Ayupov <aaupov@fb.com>
Fri, 21 Jan 2022 20:05:47 +0000 (12:05 -0800)
commitf8c7fb499be6c2712be828ffe7378802dfd645a0
tree756ebeee21d4cad97685cc8c319d96448985ad68
parent5a654b01133fe5f5b2b4088495f829bb8c34e12d
[BOLT][NFC] Reduce includes with include-what-you-use

Summary: Removed redundant includes with IWYU

Test Plan: ninja bolt

Reviewers: maksfb

FBD32043568
14 files changed:
bolt/include/bolt/Core/BinaryContext.h
bolt/include/bolt/Core/BinaryData.h
bolt/include/bolt/Core/DebugData.h
bolt/include/bolt/Passes/AllocCombiner.h
bolt/include/bolt/Rewrite/DWARFRewriter.h
bolt/lib/Core/BinaryFunction.cpp
bolt/lib/Core/DebugData.cpp
bolt/lib/Core/JumpTable.cpp
bolt/lib/Passes/IndirectCallPromotion.cpp
bolt/lib/Passes/ThreeWayBranch.cpp
bolt/lib/Rewrite/DWARFRewriter.cpp
bolt/lib/Rewrite/MachORewriteInstance.cpp
bolt/lib/Rewrite/RewriteInstance.cpp
bolt/lib/Utils/Utils.cpp