From 8e22cd41fa5706bcf942558b0007cb77bf86b684 Mon Sep 17 00:00:00 2001 From: pavel Date: Thu, 29 Aug 2019 00:19:07 +0200 Subject: [PATCH] math.h is deprecated --- src/util.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util.hpp b/src/util.hpp index 61652074b..64e8e4912 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -13,7 +13,6 @@ #include #include #include -#include #define SASS_ASSERT(cond, msg) assert(cond && msg)