Elyes HAOUAS has uploaded this change for review.

View Change

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>


To view, visit change 26753. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1d7caaf58b3119a9fff339df1159a6e3277fc2dc
Gerrit-Change-Number: 26753
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr>