diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-06-01 15:39:38 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-06-04 02:40:38 +0000 |
commit | df3de64b3703e136e0b178c00e71ac785e1de20f (patch) | |
tree | fcedc74c4e59f921b0ca13daafe956bb54b429bf /src/console | |
parent | 6ec87da84f57fe0d007224dfc584db4fa3df4a0d (diff) | |
download | coreboot-df3de64b3703e136e0b178c00e71ac785e1de20f.tar.xz |
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.c | 1 |
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> |