1
0
mirror of https://github.com/systemd/systemd synced 2025-10-05 16:03:15 +02:00

clangd: Enable UnusedIncludes feature again

Now that the entire free doesn't trigger any clang unused include
violations anymore, let's re-enable the clangd option as it's much
more useful now that the tree is clean.
This commit is contained in:
Daan De Meyer
2025-05-23 13:54:46 +02:00
parent 8ad0d6d479
commit b065d3529a

View File

@@ -1,4 +1,4 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
Diagnostics:
UnusedIncludes: None
UnusedIncludes: Strict