diff USBLib/Descriptor/UsbDescriptor.cs @ 22:5b14fed54a89

USBLib: cleanup
author Ivo Smits <Ivo@UCIS.nl>
date Mon, 15 Apr 2013 01:17:21 +0200
parents dcfec2be27c9
children 15ddb1e0e2a5
line wrap: on
line diff
--- a/USBLib/Descriptor/UsbDescriptor.cs	Mon Apr 15 01:04:59 2013 +0200
+++ b/USBLib/Descriptor/UsbDescriptor.cs	Mon Apr 15 01:17:21 2013 +0200
@@ -1,7 +1,6 @@
 using System;
-using System.Collections.Generic;
+using System.Runtime.InteropServices;
 using System.Text;
-using System.Runtime.InteropServices;
 using UCIS.USBLib.Communication;
 
 namespace UCIS.USBLib.Descriptor {