1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-23 10:05:20 +01:00

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

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-05-01 19:30:48 -06:00
parent d9a83cf44f
commit ce4bbf3592
2 changed files with 0 additions and 2 deletions

View File

@@ -6,7 +6,6 @@
#define LOG_CATEGORY UCLASS_FUZZING_ENGINE
#include <common.h>
#include <dm.h>
#include <fuzzing_engine.h>

View File

@@ -4,7 +4,6 @@
* Written by Andrew Scull <ascull@google.com>
*/
#include <common.h>
#include <dm.h>
#include <fuzzing_engine.h>
#include <asm/fuzzing_engine.h>