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

cmath and cfloat are only used in SimpleType.cc


Signed-off-by: default avatarKristof Szabados <Kristof.Szabados@ericsson.com>
parent 6c665925
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,6 @@
#include "TTCN3Module.hh"
#include "XMLParser.hh"
#include <cmath> // for using "pow" function
#include <cfloat>
#include <cctype>
#include <cerrno>
#include <climits>
......
......@@ -22,6 +22,9 @@
#include "TTCN3Module.hh"
#include "ComplexType.hh"
#include <cmath> // for using "pow" function
#include <cfloat>
extern bool g_flag_used;
extern bool h_flag_used;
......
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