src/console/vtxprintf.c: Remove unneeded 'console.h' include

Change-Id: I1d7caaf58b3119a9fff339df1159a6e3277fc2dc
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26753
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Elyes HAOUAS 2018-06-01 15:39:38 +02:00 committed by Kyösti Mälkki
parent 6ec87da84f
commit df3de64b37
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
* vtxprintf.c, originally from linux/lib/vsprintf.c
*/
#include <console/console.h>
#include <console/vtxprintf.h>
#include <string.h>