changed: move the comparison classes out of libopmcommon

these classes are really not made for reusability.
thus they should only be built into the applications.
This commit is contained in:
Arne Morten Kvarving
2018-09-07 12:46:42 +02:00
parent 085bbc263b
commit bee4590aaa
14 changed files with 41 additions and 34 deletions

View File

@@ -18,8 +18,8 @@
*/
#include <opm/test_util/summaryRegressionTest.hpp>
#include <opm/test_util/summaryIntegrationTest.hpp>
#include "summaryRegressionTest.hpp"
#include "summaryIntegrationTest.hpp"
#include <string>
#include <algorithm>
#include <stdexcept>