From 205187b561c3b31fa931e73e8f7263f0c4b1de41 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Thu, 15 Jun 2017 13:24:25 -0700 Subject: Rename `CoreLib::*` to `Slang` Getting rid of more namespace complexity and stripping things down to the basics. This also gets rid of some dead code in the "core" library. --- source/core/basic.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/core/basic.h') diff --git a/source/core/basic.h b/source/core/basic.h index 5b0e05e7b..c5ed11091 100644 --- a/source/core/basic.h +++ b/source/core/basic.h @@ -10,12 +10,6 @@ #include "smart-pointer.h" #include "exception.h" #include "dictionary.h" -#include "func.h" #include "linq.h" -namespace CoreLib -{ - using namespace Basic; -} - #endif \ No newline at end of file -- cgit v1.2.3