lib: Remove <common.h> inclusion from these files
After some header file cleanups to add missing include files, remove common.h from all files in the lib directory. This primarily means just dropping the line but in a few cases we need to add in other header files now. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include <config.h>
|
||||
#include <common.h>
|
||||
#include <malloc.h>
|
||||
#include <watchdog.h>
|
||||
#include <stdio.h>
|
||||
|
||||
/*
|
||||
* This file is a modified version of bzlib.c from the bzip2-1.0.2
|
||||
|
@@ -1,5 +1,4 @@
|
||||
#include <config.h>
|
||||
#include <common.h>
|
||||
#include <watchdog.h>
|
||||
|
||||
/*-------------------------------------------------------------*/
|
||||
|
Reference in New Issue
Block a user