refactor: IWYU applied to the source files

`alternative_namespaces` examples left out as I consider them a subject for removal in the nearest future.
This commit is contained in:
Mateusz Pusz
2021-03-30 13:21:05 +02:00
parent 01935996e6
commit 37cfc53d1d
163 changed files with 977 additions and 352 deletions

View File

@ -21,9 +21,13 @@
// SOFTWARE.
#include "glide_computer.h"
#include <numeric>
#include <string_view>
namespace glide_computer {
using namespace units::isq;
task::legs task::make_legs(const waypoints& wpts)
{
task::legs res;