Remove #include "config.h".
- Since many other files don't. - We may want to establish a policy on this, that works with CMake. An alternative (not chosen) could have been to wrap the #include in #ifdef HAVE_CONFIG_H etc.
This commit is contained in:
parent
0ea6352b46
commit
4839b56e98
@ -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/core/utility/writeVtkData.hpp>
|
#include <opm/core/utility/writeVtkData.hpp>
|
||||||
#include <opm/core/grid.h>
|
#include <opm/core/grid.h>
|
||||||
#include <opm/core/utility/ErrorMacros.hpp>
|
#include <opm/core/utility/ErrorMacros.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user