diff USBLib/Windows/USB/UsbDevice.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/UsbDevice.cs	Mon Apr 15 01:04:59 2013 +0200
+++ b/USBLib/Windows/USB/UsbDevice.cs	Mon Apr 15 01:17:21 2013 +0200
@@ -1,11 +1,10 @@
 using System;
 using System.Collections.Generic;
-using System.Collections.ObjectModel;
 using System.Runtime.InteropServices;
 using System.Text;
 using Microsoft.Win32.SafeHandles;
+using UCIS.HWLib.Windows.Devices;
 using UCIS.USBLib.Internal.Windows;
-using UCIS.HWLib.Windows.Devices;
 
 namespace UCIS.HWLib.Windows.USB {
 	public class UsbDevice {