Remove an unused header.

We don't need <string> to define the public interface of
LinearsSolverAGMG.
This commit is contained in:
Bård Skaflestad 2012-08-14 10:57:06 +02:00
parent 624d6177df
commit 7a48d13424

View File

@ -44,7 +44,6 @@
#include <opm/core/linalg/LinearSolverInterface.hpp>
#include <opm/core/utility/parameters/ParameterGroup.hpp>
#include <string>
namespace Opm
{