Streamline all code to avoid CLazy warnings.
Although the compiler emits no warnings nor errors, CLazy complains here and there (for instance, about #include sentences that are not needed in some .hpp files and that may moved to the corresponding .cpp ones).
The idea is to reduce the amount of CLazy warnings to a minimum.