From 04d43cd71f081f1b8d2f0fd803a47cb6342e4fcd Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Thu, 15 Jun 2017 15:21:20 -0700 Subject: Remove more "core" code that isn't used. It is always easier to add back code when you need it, than it is to maintain code you aren't using. --- slang.h | 1 - 1 file changed, 1 deletion(-) (limited to 'slang.h') diff --git a/slang.h b/slang.h index f4099d1fd..11943c7d4 100644 --- a/slang.h +++ b/slang.h @@ -884,7 +884,6 @@ namespace slang #ifdef SLANG_INCLUDE_IMPLEMENTATION #include "source/core/slang-io.cpp" -#include "source/core/slang-math.cpp" #include "source/core/slang-string.cpp" #include "source/core/stream.cpp" #include "source/core/text-io.cpp" -- cgit v1.2.3