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. --- source/core/basic.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/core/basic.h') diff --git a/source/core/basic.h b/source/core/basic.h index c5ed11091..e89d740bf 100644 --- a/source/core/basic.h +++ b/source/core/basic.h @@ -6,10 +6,8 @@ #include "slang-string.h" #include "array.h" #include "list.h" -#include "link.h" #include "smart-pointer.h" #include "exception.h" #include "dictionary.h" -#include "linq.h" #endif \ No newline at end of file -- cgit v1.2.3