From 3171653e5d3cccf557774ceabc3b34a2e6fd43ac Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Sat, 1 Mar 2014 09:54:09 +0100 Subject: [PATCH] test_shell: fix includes malloc.h is not needed, apply coding conventions to others --- tests/test_shell/main.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/test_shell/main.c b/tests/test_shell/main.c index 295c8a4777..30e0fa3c7e 100644 --- a/tests/test_shell/main.c +++ b/tests/test_shell/main.c @@ -20,11 +20,11 @@ #include #include -#include -#include -#include -#include -#include + +#include "shell_commands.h" +#include "posix_io.h" +#include "shell.h" +#include "board_uart0.h" #define SHELL_BUFSIZE (UART0_BUFSIZE)