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)