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:
@@ -8,9 +8,9 @@
|
||||
|
||||
#define LOG_CATEGORY LOGC_CORE
|
||||
|
||||
#include <common.h>
|
||||
#include <getopt.h>
|
||||
#include <log.h>
|
||||
#include <linux/string.h>
|
||||
|
||||
void getopt_init_state(struct getopt_state *gs)
|
||||
{
|
||||
|
Reference in New Issue
Block a user