aboutsummaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-06-01 15:39:38 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2018-06-04 02:40:38 +0000
commitdf3de64b3703e136e0b178c00e71ac785e1de20f (patch)
treefcedc74c4e59f921b0ca13daafe956bb54b429bf /src/console
parent6ec87da84f57fe0d007224dfc584db4fa3df4a0d (diff)
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>
Diffstat (limited to 'src/console')
-rw-r--r--src/console/vtxprintf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c
index 63e670396d..50bd47087d 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>