From 45f61a95f5a7f0000e12b7ba53d99e9cc868de19 Mon Sep 17 00:00:00 2001
From: Kristof Szabados <Kristof.Szabados@ericsson.com>
Date: Sat, 4 Feb 2017 17:51:00 +0100
Subject: [PATCH] build experiment: these files does not seem to need to
 include math.h on cygwin

Signed-off-by: Kristof Szabados <Kristof.Szabados@ericsson.com>
---
 compiler2/Int.cc        | 1 -
 compiler2/Value.cc      | 1 -
 core/config_process.l   | 1 -
 mctr2/cli/config_read.l | 1 -
 4 files changed, 4 deletions(-)

diff --git a/compiler2/Int.cc b/compiler2/Int.cc
index 780996711..a2fed372b 100644
--- a/compiler2/Int.cc
+++ b/compiler2/Int.cc
@@ -27,7 +27,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <math.h>
 
 // We cannot check without using a "./configure" script or such if we have
 // llabs() or not.  Define our own function instead.
diff --git a/compiler2/Value.cc b/compiler2/Value.cc
index f62a41803..9b0e6c615 100644
--- a/compiler2/Value.cc
+++ b/compiler2/Value.cc
@@ -56,7 +56,6 @@
 #include "../common/JSON_Tokenizer.hh"
 #include "ttcn3/Ttcn2Json.hh"
 
-#include <math.h>
 #include <regex.h>
 #include <limits.h>
 
diff --git a/core/config_process.l b/core/config_process.l
index 4e0979486..6382902f3 100644
--- a/core/config_process.l
+++ b/core/config_process.l
@@ -34,7 +34,6 @@
 
 #include <deque>
 #include <string>
-#include <math.h>
 
 #include "../common/cfg_process_utils.hh"
 #include "../common/Path2.hh"
diff --git a/mctr2/cli/config_read.l b/mctr2/cli/config_read.l
index b0ba7810c..81eecc2f2 100644
--- a/mctr2/cli/config_read.l
+++ b/mctr2/cli/config_read.l
@@ -35,7 +35,6 @@
 
 #include <deque>
 #include <string>
-#include <math.h>
 
 #include <openssl/crypto.h>
 #include <openssl/bn.h>
-- 
GitLab