diff --git a/xsdconvert/GeneralFunctions.cc b/xsdconvert/GeneralFunctions.cc index 1a92890dd526289d46fe65bd3f81682f60eced4f..858a4c646d60692b9aa247844691616da8193a25 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"