Skip to content
Snippets Groups Projects
Commit ce4bbf35 authored by Tom Rini's avatar Tom Rini
Browse files

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: default avatarTom Rini <trini@konsulko.com>
parent d9a83cf4
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@
#define LOG_CATEGORY UCLASS_FUZZING_ENGINE
#include <common.h>
#include <dm.h>
#include <fuzzing_engine.h>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment