diff options
Diffstat (limited to 'src/WixToolset.Core/Linker.cs')
-rw-r--r-- | src/WixToolset.Core/Linker.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WixToolset.Core/Linker.cs b/src/WixToolset.Core/Linker.cs index d980d79f..93f50efa 100644 --- a/src/WixToolset.Core/Linker.cs +++ b/src/WixToolset.Core/Linker.cs | |||
@@ -8,11 +8,11 @@ namespace WixToolset.Core | |||
8 | using System.Diagnostics; | 8 | using System.Diagnostics; |
9 | using System.Globalization; | 9 | using System.Globalization; |
10 | using System.Linq; | 10 | using System.Linq; |
11 | using WixToolset.Data; | ||
12 | using WixToolset.Link; | ||
13 | using WixToolset.Core.Link; | 11 | using WixToolset.Core.Link; |
12 | using WixToolset.Data; | ||
14 | using WixToolset.Data.Tuples; | 13 | using WixToolset.Data.Tuples; |
15 | using WixToolset.Extensibility.Services; | 14 | using WixToolset.Extensibility; |
15 | using WixToolset.Link; | ||
16 | 16 | ||
17 | /// <summary> | 17 | /// <summary> |
18 | /// Linker core of the WiX toolset. | 18 | /// Linker core of the WiX toolset. |