Skip to content

Move include of config.h from source to some header files

Simon Praetorius requested to merge feature/move-config-h-to-headers into master

This follows dune-common!1313 (merged) to remove all the config.h includes in sources files, since they are not needed anymore. Just a few includes in header files were added for flags that are still in the config.h file but are used only in very few places.

Merge request reports