From 688e75d04d5c119c272d7c8ce19ee1876248910e Mon Sep 17 00:00:00 2001 From: Mitchell Negus Date: Mon, 15 Feb 2021 08:00:56 -0800 Subject: [PATCH] removing `math.h` as it triggers compile error Removed `math.h` since it causes issues when compiling. [Discussion online](https://github.com/samee/obliv-c/issues/48) proposes some solutions, but none seemed to work (at least in a Docker container running Ubuntu 20.04). --- test/oblivc/euclidean/euclidean.oc | 1 - 1 file changed, 1 deletion(-) diff --git a/test/oblivc/euclidean/euclidean.oc b/test/oblivc/euclidean/euclidean.oc index 759ceb0a..fc3ac5b0 100644 --- a/test/oblivc/euclidean/euclidean.oc +++ b/test/oblivc/euclidean/euclidean.oc @@ -1,5 +1,4 @@ #include -#include #include #include "dbg.h"