summaryrefslogtreecommitdiff
path: root/source/slang/slang.vcxproj
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2018-05-01 14:32:03 -0700
committerGitHub <noreply@github.com>2018-05-01 14:32:03 -0700
commit809f520da01abc18abe12c6eb6742297ca0fe303 (patch)
tree7c82f7d87476cb43c4033d21561dfdc874896229 /source/slang/slang.vcxproj
parent3ace6e7309a3b7ba7b9ca34472ca1828a39997a3 (diff)
Cleanups (#539)
* Cleanup: remove unused files from project * Cleanup: move IRModule forward declaration into correct namespace
Diffstat (limited to 'source/slang/slang.vcxproj')
-rw-r--r--source/slang/slang.vcxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj
index 09990889d..83a8a167c 100644
--- a/source/slang/slang.vcxproj
+++ b/source/slang/slang.vcxproj
@@ -181,8 +181,6 @@
<ClInclude Include="ir-inst-defs.h" />
<ClInclude Include="ir-insts.h" />
<ClInclude Include="ir-ssa.h" />
- <ClInclude Include="ir-type-defs.h" />
- <ClInclude Include="ir-types.h" />
<ClInclude Include="ir-validate.h" />
<ClInclude Include="ir.h" />
<ClInclude Include="legalize-types.h" />