diff USBLib/Windows/USB/UsbHub.cs @ 22:5b14fed54a89

USBLib: cleanup
author Ivo Smits <Ivo@UCIS.nl>
date Mon, 15 Apr 2013 01:17:21 +0200
parents dcfec2be27c9
children fd63c453ff65
line wrap: on
line diff
--- a/USBLib/Windows/USB/UsbHub.cs	Mon Apr 15 01:04:59 2013 +0200
+++ b/USBLib/Windows/USB/UsbHub.cs	Mon Apr 15 01:17:21 2013 +0200
@@ -1,9 +1,8 @@
 using System;
+using System.Collections.Generic;
 using System.Runtime.InteropServices;
 using Microsoft.Win32.SafeHandles;
 using UCIS.USBLib.Internal.Windows;
-using System.Collections.Generic;
-using System.Collections.ObjectModel;
 
 namespace UCIS.HWLib.Windows.USB {
 	public class UsbHub : UsbDevice {