summaryrefslogtreecommitdiff
path: root/test/motion_sense_fifo.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/motion_sense_fifo.c')
-rw-r--r--test/motion_sense_fifo.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/test/motion_sense_fifo.c b/test/motion_sense_fifo.c
index 3cea279bda..5a977e94d0 100644
--- a/test/motion_sense_fifo.c
+++ b/test/motion_sense_fifo.c
@@ -5,16 +5,15 @@
* Test motion_sense_fifo.
*/
-#include "accelgyro.h"
#include "ec_commands.h"
-#include "hwtimer.h"
-#include "motion_sense_fifo.h"
#include "stdio.h"
-#include "task.h"
+#include "motion_sense_fifo.h"
#include "test_util.h"
-#include "timer.h"
#include "util.h"
-
+#include "hwtimer.h"
+#include "task.h"
+#include "timer.h"
+#include "accelgyro.h"
#include <sys/types.h>
mutex_t g_sensor_mutex;