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:
Tom Rini 2023-12-14 13:16:58 -05:00
parent 1e8ce11a0b
commit 467382ca03
97 changed files with 36 additions and 103 deletions

View file

@ -4,7 +4,6 @@
* Gerry Hamel, geh@ti.com, Texas Instruments
*/
#include <common.h>
#include <log.h>
#include <malloc.h>