optimad / bitpit

Open source library for scientific HPC
http://optimad.github.io/bitpit/
GNU Lesser General Public License v3.0
117 stars 34 forks source link

Optimize header inclusion #331

Closed andrea-iob closed 1 year ago

andrea-iob commented 2 years ago

I've removed some unused headers and replaced others with forward declarations (this changes have been suggested by cppclean).

andrea-iob commented 1 year ago

I fixed a problem with a missing header in the logger.hpp file.