Skip to content

Commit f351550

Browse files
committed
Removed unecessary includes
1 parent 6374408 commit f351550

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ports/raspberrypi/common-hal/board/__init__.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include "py/mphal.h"
3131
#include "common-hal/microcontroller/Pin.h"
3232
#include "src/rp2_common/hardware_pio/include/hardware/pio.h"
33-
#include "shared-module/board/__init__.h"
3433

3534
// Pins aren't actually defined here. They are in the board specific directory
3635
// such as boards/arduino_zero/pins.c.

shared-module/board/__init__.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include "supervisor/shared/translate.h"
2929
#include "mpconfigboard.h"
3030
#include "py/runtime.h"
31-
#include "shared-module/board/__init__.h"
3231

3332
#if CIRCUITPY_BUSIO
3433
#include "shared-bindings/busio/I2C.h"

0 commit comments

Comments
 (0)