src/lib: Remove unneeded 'console.h' include

Change-Id: Ibdda3dc52f5b61077f91f4cffb4f86b2955aab74
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26735
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-05-31 16:28:50 +02:00 committed by Patrick Georgi
parent 11fcb2bcc6
commit c32c85308f
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
*/
#include <compiler.h>
#include <console/console.h>
#include <timer.h>
#include <delay.h>
#include <thread.h>