test: Remove <common.h> and add needed includes

Remove <common.h> from all "test/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-04-27 08:10:58 -06:00
parent 702841b56e
commit 752ed08675
203 changed files with 24 additions and 196 deletions

View File

@@ -16,7 +16,6 @@
* behaviour of each ofnode function, since that is done by the normal ones.
*/
#include <common.h>
#include <abuf.h>
#include <dm.h>
#include <log.h>