diff options
Diffstat (limited to 'libraries/libsass/patch.diff')
-rw-r--r-- | libraries/libsass/patch.diff | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libraries/libsass/patch.diff b/libraries/libsass/patch.diff deleted file mode 100644 index 4bf23a28fc..0000000000 --- a/libraries/libsass/patch.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- src/util.hpp~ 2019-06-17 20:37:00.385205973 +0200 -+++ src/util.hpp 2019-06-17 20:35:28.356211305 +0200 -@@ -13,6 +13,7 @@ - #include <string> - #include <assert.h> - #include <math.h> -+#include <cmath> - - #define SASS_ASSERT(cond, msg) assert(cond && msg) - |