diff -r 9901dbb25f18 -r 4801e9eaf979 Hardware/Computer.cs --- a/Hardware/Computer.cs Tue Sep 07 22:15:02 2010 +0000 +++ b/Hardware/Computer.cs Wed Sep 08 19:29:58 2010 +0000 @@ -37,14 +37,10 @@ using System; using System.Collections.Generic; +using System.Globalization; using System.IO; -using System.Globalization; -using System.Text; -using System.Threading; -using System.Security; using System.Security.Permissions; - namespace OpenHardwareMonitor.Hardware { public class Computer : IComputer {