Knitschi / CPFCMake

A component of the CMakeProjectFramework. It provides the CMake code that implements a CI-pipeline.
MIT License
2 stars 2 forks source link

Find a tool to find and possibly remove superfluos includes. #4

Open Knitschi opened 6 years ago

Knitschi commented 6 years ago

Superfluos includes increase build-times and usually accumulate over time in C++ projects. It would be nice if the CPF head a target that could prevent developers from introducing superfluous includes.

This task is about finding a free tool that finds and possibly removes superfluos includes.