Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26753
Change subject: src/console/vtxprintf.c: Remove unneeded 'console.h' include ......................................................................
src/console/vtxprintf.c: Remove unneeded 'console.h' include
Change-Id: I1d7caaf58b3119a9fff339df1159a6e3277fc2dc Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/console/vtxprintf.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/26753/1
diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c index 63e6703..50bd470 100644 --- a/src/console/vtxprintf.c +++ b/src/console/vtxprintf.c @@ -15,7 +15,6 @@ * vtxprintf.c, originally from linux/lib/vsprintf.c */
-#include <console/console.h> #include <console/vtxprintf.h> #include <string.h>