Skip to content
Snippets Groups Projects
Commit 02f7ee85 authored by Kristof Szabados's avatar Kristof Szabados
Browse files

GeneralFunction does not seem to need math.h


Signed-off-by: default avatarKristof Szabados <Kristof.Szabados@ericsson.com>
parent 044dbbd6
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment