aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-11-12 09:02:11 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-02-11 07:40:51 +0100
commit0d8b19362c1093c35686dd3c697eff31223df567 (patch)
tree588c3f9e9fe9657c7775308b79c682b1d0915859
parent04d7c35bbc53bd49793d297b31a3959a966eb7cf (diff)
downloadpx4-firmware-0d8b19362c1093c35686dd3c697eff31223df567.tar.gz
px4-firmware-0d8b19362c1093c35686dd3c697eff31223df567.tar.bz2
px4-firmware-0d8b19362c1093c35686dd3c697eff31223df567.zip
tests: remove spurious, unneeded header
-rw-r--r--src/systemcmds/tests/test_adc.c2
-rw-r--r--src/systemcmds/tests/test_hrt.c2
-rw-r--r--src/systemcmds/tests/test_jig_voltages.c2
-rw-r--r--src/systemcmds/tests/test_sensors.c2
-rw-r--r--src/systemcmds/tests/test_servo.c2
-rw-r--r--src/systemcmds/tests/tests_main.c2
6 files changed, 0 insertions, 12 deletions
diff --git a/src/systemcmds/tests/test_adc.c b/src/systemcmds/tests/test_adc.c
index 9f6905239..32452da20 100644
--- a/src/systemcmds/tests/test_adc.c
+++ b/src/systemcmds/tests/test_adc.c
@@ -48,8 +48,6 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/spi.h>
-
#include "tests.h"
#include <nuttx/analog/adc.h>
diff --git a/src/systemcmds/tests/test_hrt.c b/src/systemcmds/tests/test_hrt.c
index 3ac99a5f6..2db43eaa7 100644
--- a/src/systemcmds/tests/test_hrt.c
+++ b/src/systemcmds/tests/test_hrt.c
@@ -54,8 +54,6 @@
#include <drivers/drv_hrt.h>
#include <drivers/drv_tone_alarm.h>
-#include <nuttx/spi.h>
-
#include "tests.h"
/****************************************************************************
diff --git a/src/systemcmds/tests/test_jig_voltages.c b/src/systemcmds/tests/test_jig_voltages.c
index 98a105cb3..70fd1f0e3 100644
--- a/src/systemcmds/tests/test_jig_voltages.c
+++ b/src/systemcmds/tests/test_jig_voltages.c
@@ -47,8 +47,6 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/spi.h>
-
#include "tests.h"
#include <nuttx/analog/adc.h>
diff --git a/src/systemcmds/tests/test_sensors.c b/src/systemcmds/tests/test_sensors.c
index f73f8b87a..8af1636a5 100644
--- a/src/systemcmds/tests/test_sensors.c
+++ b/src/systemcmds/tests/test_sensors.c
@@ -53,8 +53,6 @@
#include <arch/board/board.h>
-#include <nuttx/spi.h>
-
#include "tests.h"
#include <drivers/drv_gyro.h>
diff --git a/src/systemcmds/tests/test_servo.c b/src/systemcmds/tests/test_servo.c
index ba6848522..fdf10e8ba 100644
--- a/src/systemcmds/tests/test_servo.c
+++ b/src/systemcmds/tests/test_servo.c
@@ -53,8 +53,6 @@
#include <drivers/drv_pwm_output.h>
#include <systemlib/err.h>
-#include <nuttx/spi.h>
-
#include "tests.h"
int test_servo(int argc, char *argv[])
diff --git a/src/systemcmds/tests/tests_main.c b/src/systemcmds/tests/tests_main.c
index 0768c1d5a..2038340db 100644
--- a/src/systemcmds/tests/tests_main.c
+++ b/src/systemcmds/tests/tests_main.c
@@ -52,8 +52,6 @@
#include <arch/board/board.h>
-#include <nuttx/spi.h>
-
#include <systemlib/perf_counter.h>
#include "tests.h"