From eb2e883fd35b5332a7425488105a7adb500ce3fe Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 18 Nov 2011 06:26:51 +0000 Subject: Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities. --- Projects/MIDIToneGenerator/MIDIToneGenerator.h | 1 - Projects/Webserver/Lib/uip/uip-split.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'Projects') diff --git a/Projects/MIDIToneGenerator/MIDIToneGenerator.h b/Projects/MIDIToneGenerator/MIDIToneGenerator.h index 27cb84dc9..cf04b9f9a 100644 --- a/Projects/MIDIToneGenerator/MIDIToneGenerator.h +++ b/Projects/MIDIToneGenerator/MIDIToneGenerator.h @@ -50,7 +50,6 @@ #include #include #include - #include /* Macros: */ /** LED mask for the library LED driver, to indicate that the USB interface is not ready. */ diff --git a/Projects/Webserver/Lib/uip/uip-split.h b/Projects/Webserver/Lib/uip/uip-split.h index 2243355d6..0c768ce40 100644 --- a/Projects/Webserver/Lib/uip/uip-split.h +++ b/Projects/Webserver/Lib/uip/uip-split.h @@ -77,7 +77,7 @@ #include "../../USBHostMode.h" -#include +#include /** * Handle outgoing packets. -- cgit v1.2.3