Coding style
Sorry Peter here is another big annoying one.
- Improved the code quality in
runner_doiact.h
to match the coding standard used elsewhere: declare variable only where they are needed and use constants where possible. - Modified many headers to avoid long unnecessary inclusion lists. Should speed up compilation.
Thanks !