diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Patch.cs')
-rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Patch.cs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Patch.cs b/src/WixToolset.Core.WindowsInstaller/Patch.cs index 8e617fdb..24a54859 100644 --- a/src/WixToolset.Core.WindowsInstaller/Patch.cs +++ b/src/WixToolset.Core.WindowsInstaller/Patch.cs | |||
@@ -3,14 +3,11 @@ | |||
3 | namespace WixToolset.Data | 3 | namespace WixToolset.Data |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using System.Collections; | ||
7 | using System.Collections.Generic; | 6 | using System.Collections.Generic; |
8 | using System.Diagnostics.CodeAnalysis; | 7 | using System.Diagnostics.CodeAnalysis; |
9 | using System.Globalization; | 8 | using WixToolset.Core.WindowsInstaller; |
10 | using WixToolset.Data.Rows; | 9 | using WixToolset.Data.WindowsInstaller; |
11 | using WixToolset.Extensibility; | 10 | using WixToolset.Extensibility; |
12 | using WixToolset.Core.Native; | ||
13 | using WixToolset.Msi; | ||
14 | 11 | ||
15 | /// <summary> | 12 | /// <summary> |
16 | /// Contains output tables and logic for building an MSP package. | 13 | /// Contains output tables and logic for building an MSP package. |