remove unused boost includes

and deal with missing include fallout
This commit is contained in:
Arne Morten Kvarving
2020-02-18 14:37:21 +01:00
parent 2b6754151f
commit 83a7cd04c3
12 changed files with 14 additions and 4 deletions

View File

@@ -23,6 +23,7 @@
#include <opm/common/utility/FileSystem.hpp>
#include <ostream>
#include <fstream>
#include <iostream>
#include <opm/parser/eclipse/Deck/Deck.hpp>

View File

@@ -17,6 +17,7 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <iostream>
#include <sstream>
#include <opm/parser/eclipse/Parser/Parser.hpp>