diff -r 1e8e0c82c1f5 -r 97757a798918 Wmi/WmiProvider.cs --- a/Wmi/WmiProvider.cs Sat Oct 16 18:26:47 2010 +0000 +++ b/Wmi/WmiProvider.cs Sun Oct 17 08:21:33 2010 +0000 @@ -39,14 +39,13 @@ using System.Collections.Generic; using System.Management.Instrumentation; using OpenHardwareMonitor.Hardware; -using OpenHardwareMonitor.Wmi; [assembly: Instrumented("root/OpenHardwareMonitor")] [System.ComponentModel.RunInstaller(true)] public class InstanceInstaller : DefaultManagementProjectInstaller { } -namespace OpenHardwareMonitor.Wmi { +namespace OpenHardwareMonitor.WMI { /// /// The WMI Provider. /// This class is not exposed to WMI itself.