From a603506166b05dce54201b9931e20bfc87903b17 Mon Sep 17 00:00:00 2001 From: Dean Date: Sun, 24 Oct 2010 22:53:57 +0000 Subject: All USB class drivers are now automatically included when LUFA/Drivers/USB.h is included, and no longer need to be seperately included. All LowLevel demos changed to use the constants and types defined in the USB class drivers. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1537 d5102386-fcda-11dd-9fdb-3debd5008f28 --- Projects/Webserver/Lib/SCSI.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Projects/Webserver/Lib/SCSI.h') diff --git a/Projects/Webserver/Lib/SCSI.h b/Projects/Webserver/Lib/SCSI.h index 2ff6d05d..daba1e03 100644 --- a/Projects/Webserver/Lib/SCSI.h +++ b/Projects/Webserver/Lib/SCSI.h @@ -41,8 +41,7 @@ #include #include - #include - + #include "../Descriptors.h" #include "DataflashManager.h" -- cgit v1.2.3