make config.h the first header to be included in any compile unit

this is required for consistency amongst the compile units which are
linked into the same library and seems to be forgotten quite
frequently.
This commit is contained in:
Andreas Lauser
2013-04-10 12:56:14 +02:00
parent b20cb0f909
commit 884c5ab027
100 changed files with 100 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
#include "config.h"
#include <iostream>
#include <opm/core/io/eclipse/EclipseGridParser.hpp>
#include <opm/core/utility/parameters/ParameterGroup.hpp>