Skip to content

Commit a03029d

Browse files
author
Federico Fissore
committed
Removing useless includes from examples
1 parent f74263b commit a03029d

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

examples/CardInfo/CardInfo.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
by Tom Igoe
2121
*/
2222
// include the SD library:
23-
#include <SPI.h>
2423
#include <SD.h>
2524

2625
// set up variables using the SD utility library functions:

examples/Datalogger/Datalogger.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
2121
*/
2222

23-
#include <SPI.h>
2423
#include <SD.h>
2524

2625
const int chipSelect = 4;

examples/DumpFile/DumpFile.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
2121
*/
2222

23-
#include <SPI.h>
2423
#include <SD.h>
2524

2625
const int chipSelect = 4;

examples/Files/Files.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
This example code is in the public domain.
1818
1919
*/
20-
#include <SPI.h>
2120
#include <SD.h>
2221

2322
File myFile;

examples/ReadWrite/ReadWrite.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
1919
*/
2020

21-
#include <SPI.h>
2221
#include <SD.h>
2322

2423
File myFile;

examples/listfiles/listfiles.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
This example code is in the public domain.
2222
2323
*/
24-
#include <SPI.h>
2524
#include <SD.h>
2625

2726
File root;

0 commit comments

Comments
 (0)