diff options
| author | Tom Rini <trini@konsulko.com> | 2024-04-27 08:10:58 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:05:04 -0600 |
| commit | 752ed0867522a68f21392a6b9d78589129248572 (patch) | |
| tree | f9afa518638e79176c34af5aaf8ac36712e357b5 /test/fuzz | |
| parent | 702841b56e9113acd7dea78c432cfd186c0293f4 (diff) | |
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>
Diffstat (limited to 'test/fuzz')
| -rw-r--r-- | test/fuzz/cmd_fuzz.c | 1 | ||||
| -rw-r--r-- | test/fuzz/virtio.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test/fuzz/cmd_fuzz.c b/test/fuzz/cmd_fuzz.c index d0bc7b8d7b7..faa140433ff 100644 --- a/test/fuzz/cmd_fuzz.c +++ b/test/fuzz/cmd_fuzz.c @@ -5,7 +5,6 @@ */ #include <command.h> -#include <common.h> #include <dm.h> #include <fuzzing_engine.h> #include <test/fuzz.h> diff --git a/test/fuzz/virtio.c b/test/fuzz/virtio.c index 8a47667e778..836eb9a2f66 100644 --- a/test/fuzz/virtio.c +++ b/test/fuzz/virtio.c @@ -4,7 +4,6 @@ * Written by Andrew Scull <ascull@google.com> */ -#include <common.h> #include <dm.h> #include <virtio.h> #include <virtio_ring.h> |
