clangd and probably other linters can warn about this. False positives are possible, though: an include may very well be unused in a given build configuration, but enabled in another.
clangd
clangd
and probably other linters can warn about this. False positives are possible, though: an include may very well be unused in a given build configuration, but enabled in another.