1.1 --- a/Hardware/Computer.cs Tue Sep 07 22:15:02 2010 +0000
1.2 +++ b/Hardware/Computer.cs Wed Sep 08 19:29:58 2010 +0000
1.3 @@ -37,14 +37,10 @@
1.4
1.5 using System;
1.6 using System.Collections.Generic;
1.7 +using System.Globalization;
1.8 using System.IO;
1.9 -using System.Globalization;
1.10 -using System.Text;
1.11 -using System.Threading;
1.12 -using System.Security;
1.13 using System.Security.Permissions;
1.14
1.15 -
1.16 namespace OpenHardwareMonitor.Hardware {
1.17
1.18 public class Computer : IComputer {