Merge pull request #2984 from blattms/do-not-include-config.h-in-header

Do not include config.h in header (not even in *_impl.hpp)
This commit is contained in:
Bård Skaflestad 2020-12-11 20:47:08 +01:00 committed by GitHub
commit 38eb0802d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,6 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>. along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <config.h>
#include <opm/simulators/linalg/setupPropertyTree.hpp> #include <opm/simulators/linalg/setupPropertyTree.hpp>
#include <boost/version.hpp> #include <boost/version.hpp>