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/slangc/main.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source/slangc/main.cpp') diff --git a/source/slangc/main.cpp b/source/slangc/main.cpp index 39be1a1fd..ead286434 100644 --- a/source/slangc/main.cpp +++ b/source/slangc/main.cpp @@ -4,15 +4,14 @@ #include "core/slang-io.h" +using namespace Slang; + #include // Currently only used for looking up `Profile::` values that aren't // exported by the public API #include "../slang/profile.h" -using namespace CoreLib::Basic; -using namespace CoreLib::IO; - // Try to read an argument for a command-line option. wchar_t const* tryReadCommandLineArgumentRaw(wchar_t const* option, wchar_t***ioCursor, wchar_t**end) { -- cgit v1.2.3