Include What You Use (IWYU)
Include What You Use (IWYU) is a tool that helps ensure you only include the headers you actually need in your C++ files.
Include What You Use (IWYU) is a tool that helps ensure you only include the headers you actually need in your C++ files.