Skip to content

Commit 5107780

Browse files
committed
[SAM] Remove useless <cstddef> includes (fix regression)
See #4082
1 parent 1e5ff63 commit 5107780

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

cores/arduino/USB/PluggableUSB.h

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#define PUSB_h
2222

2323
#include "USBAPI.h"
24-
#include <cstddef>
2524

2625
#if defined(USBCON)
2726

cores/arduino/USB/USBAPI.h

-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323

2424
#include "RingBuffer.h"
2525
#include "Stream.h"
26-
#include <cstddef>
27-
28-
#define min(a, b) Min(a, b)
2926

3027
//================================================================================
3128
//================================================================================

0 commit comments

Comments
 (0)