global: Drop common.h inclusion

In order to make it easier to move on to dropping common.h from code
directly, remove common.h inclusion from the rest of the header file
which had been including it.

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:47 -05:00
parent 460b2c068c
commit cb3ce95401
31 changed files with 7 additions and 40 deletions

View File

@@ -19,7 +19,9 @@ extern "C" {
* like uint8_t, uint64_t, and bool (with |false|, |true| keywords)
* must be present.
*/
#include <common.h>
#include <stdio.h>
#include <stdbool.h>
#include <linux/types.h>
/* If you don't have gcc or clang, these attribute macros may need to
* be adjusted.