commit | 7d45c9f5a02d1c95244a7295bdcef2852764fe54 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Oct 31 21:35:36 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 31 21:35:36 2023 -0400 |
tree | d4e18ee434c429779fa496652ba405d51be0a8d9 | |
parent | b0b708185522e3bf43a5e776f193016f0d0fdc90 [diff] |
include: Drop <common.h> from include lists At this point, we don't need to have <common.h> be included because of properties in the header itself, it only includes other common header files. We've also audited the code enough at this point that we can drop <common.h> from being included in headers and rely on code to have the correct inclusions themselves, or at least <common.h>. Signed-off-by: Tom Rini <trini@konsulko.com>