From d02ee51951052dee66cc1c47d60f15656bc54eb4 Mon Sep 17 00:00:00 2001 From: Martin Beseda <martin.beseda@vsb.cz> Date: Mon, 4 Feb 2019 10:26:40 +0100 Subject: [PATCH] NEW: Mock class for ErrorFunction was separated into its own header. --- src/ErrorFunction/ErrorFunctions.h | 1 - src/ErrorFunction/ErrorFunctionsMock.h | 4 ---- 2 files changed, 5 deletions(-) diff --git a/src/ErrorFunction/ErrorFunctions.h b/src/ErrorFunction/ErrorFunctions.h index 3699ca5d..4c93047d 100644 --- a/src/ErrorFunction/ErrorFunctions.h +++ b/src/ErrorFunction/ErrorFunctions.h @@ -18,7 +18,6 @@ namespace lib4neuro { ErrorFuncMSE }; - class ErrorFunction { public: diff --git a/src/ErrorFunction/ErrorFunctionsMock.h b/src/ErrorFunction/ErrorFunctionsMock.h index fad988c7..099486a3 100644 --- a/src/ErrorFunction/ErrorFunctionsMock.h +++ b/src/ErrorFunction/ErrorFunctionsMock.h @@ -5,10 +5,6 @@ #ifndef LIB4NEURO_ERRORFUNCTIONSMOCK_H #define LIB4NEURO_ERRORFUNCTIONSMOCK_H -#ifdef _WINDOWS -#include <boost/test/included/unit_test.hpp> -#endif - #include "../ErrorFunction/ErrorFunctions.h" #include "../DataSet/DataSet.h" -- GitLab