commit | 528bca877546206afd14329112d3c91cc32a8be0 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Nov 01 12:28:20 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 07 14:50:52 2023 -0500 |
tree | b72c97814e9c588a16b2f57add2803a6bd7ba0f2 | |
parent | dcf4de1d45d8f89306d5430b5aaec1f6a58717d2 [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>