diff options
Diffstat (limited to 'source/slang/type-layout.h')
| -rw-r--r-- | source/slang/type-layout.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
