Execute clang-tidy and IWYU. (#576)

This commit is contained in:
Arthur Sonzogni
2023-02-12 14:07:28 +01:00
committed by GitHub
parent a4e70dfb93
commit 3e35f45830
8 changed files with 31 additions and 28 deletions

View File

@@ -1,4 +1,5 @@
#include <cmath> // IWYU pragma: keep
#include <cmath> // for sin, pow, sqrt, cos
#include <compare> // for operator<=, operator>=, partial_ordering
#include <ratio> // for ratio
#include <utility> // for move