soc/qualcomm: Remove unneeded '#include <lib.h>'

Change-Id: I39db73014c0a4456750210c002787abf9bc79fce
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34232
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
Elyes HAOUAS 2019-07-11 09:46:37 +02:00 committed by Martin Roth
parent 3c2e287b7c
commit 237f1789e3
2 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@
*/
#include <device/mmio.h>
#include <lib.h>
#include <stdlib.h>
#include <console/console.h>
#include <delay.h>

View File

@ -14,7 +14,6 @@
*/
#include <arch/mmio.h>
#include <lib.h>
#include <stdlib.h>
#include <console/console.h>
#include <delay.h>