From 02f7ee85d75e8a52588fc9f131713d5409f2a821 Mon Sep 17 00:00:00 2001 From: Kristof Szabados <Kristof.Szabados@ericsson.com> Date: Thu, 2 Feb 2017 13:15:04 +0100 Subject: [PATCH] GeneralFunction does not seem to need math.h Signed-off-by: Kristof Szabados <Kristof.Szabados@ericsson.com> --- xsdconvert/GeneralFunctions.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/xsdconvert/GeneralFunctions.cc b/xsdconvert/GeneralFunctions.cc index 1a92890dd..858a4c646 100644 --- a/xsdconvert/GeneralFunctions.cc +++ b/xsdconvert/GeneralFunctions.cc @@ -24,8 +24,6 @@ #include <cctype> // for using "toupper" function #include <cstring> #include <cstdio> -// TODO: once we can use C++11 as the base platform replace with cmath -#include <math.h> #include <regex.h> #include "../common/version_internal.h" -- GitLab