From 517513645afb8eaf4841e7b7035f1ba3a9c7cd57 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Thu, 15 Jun 2017 13:12:51 -0700 Subject: Rename `Slang::Compiler` -> `Slang` This gets rid of one unecessary namespace. --- source/slang/type-layout.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source/slang/type-layout.h') diff --git a/source/slang/type-layout.h b/source/slang/type-layout.h index be54bbf53..df937c1d4 100644 --- a/source/slang/type-layout.h +++ b/source/slang/type-layout.h @@ -12,8 +12,6 @@ namespace Slang { typedef intptr_t Int; typedef uintptr_t UInt; -namespace Compiler { - // Forward declarations enum class BaseType; @@ -545,6 +543,6 @@ createStructuredBufferTypeLayout( // -}} +} #endif \ No newline at end of file -- cgit v1.2.3