aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino
diff options
context:
space:
mode:
Diffstat (limited to 'cores/arduino')
-rw-r--r--cores/arduino/CDC.cpp1
-rw-r--r--cores/arduino/HID.cpp2
-rw-r--r--cores/arduino/USBCore.cpp2
3 files changed, 0 insertions, 5 deletions
diff --git a/cores/arduino/CDC.cpp b/cores/arduino/CDC.cpp
index 7e32d04..5d4f2a0 100644
--- a/cores/arduino/CDC.cpp
+++ b/cores/arduino/CDC.cpp
@@ -16,7 +16,6 @@
** SOFTWARE.
*/
-#include "Platform.h"
#include "USBAPI.h"
#include <avr/wdt.h>
diff --git a/cores/arduino/HID.cpp b/cores/arduino/HID.cpp
index 1475860..75c37b2 100644
--- a/cores/arduino/HID.cpp
+++ b/cores/arduino/HID.cpp
@@ -16,9 +16,7 @@
** SOFTWARE.
*/
-#include "Platform.h"
#include "USBAPI.h"
-#include "USBDesc.h"
#if defined(USBCON)
#ifdef HID_ENABLED
diff --git a/cores/arduino/USBCore.cpp b/cores/arduino/USBCore.cpp
index 39a9530..b4f7bed 100644
--- a/cores/arduino/USBCore.cpp
+++ b/cores/arduino/USBCore.cpp
@@ -16,9 +16,7 @@
** SOFTWARE.
*/
-#include "Platform.h"
#include "USBAPI.h"
-#include "USBDesc.h"
#if defined(USBCON)