From 75fd55d5a71c492c6ea904768858c51aa97da29f Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 8 May 2019 14:13:31 -0700 Subject: Use new strongly typed tuples --- src/WixToolset.Core.WindowsInstaller/Msi/Database.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/WixToolset.Core.WindowsInstaller/Msi/Database.cs') diff --git a/src/WixToolset.Core.WindowsInstaller/Msi/Database.cs b/src/WixToolset.Core.WindowsInstaller/Msi/Database.cs index ccb0e6cf..9f08a217 100644 --- a/src/WixToolset.Core.WindowsInstaller/Msi/Database.cs +++ b/src/WixToolset.Core.WindowsInstaller/Msi/Database.cs @@ -1,13 +1,11 @@ // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -namespace WixToolset.Msi +namespace WixToolset.Core.WindowsInstaller.Msi { using System; using System.Globalization; using System.IO; using System.Threading; - using WixToolset.Core.Native; - using WixToolset.Data; /// /// Wrapper class for managing MSI API database handles. -- cgit v1.2.3-55-g6feb