From 3f637db563ce322f5de548ea61ee920ed46e16b2 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <github@naumov.de> Date: Fri, 17 Apr 2020 20:20:01 +0200 Subject: [PATCH] Remove unneeded include <iostream>. --- MaterialLib/FractureModels/CohesiveZoneModeI.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/MaterialLib/FractureModels/CohesiveZoneModeI.cpp b/MaterialLib/FractureModels/CohesiveZoneModeI.cpp index fa926a20294..967818e0634 100644 --- a/MaterialLib/FractureModels/CohesiveZoneModeI.cpp +++ b/MaterialLib/FractureModels/CohesiveZoneModeI.cpp @@ -7,8 +7,6 @@ * http://www.opengeosys.org/project/license */ -#include <iostream> - #include "CohesiveZoneModeI.h" #include "LogPenalty.h" -- GitLab