diff --git a/fastboot/task.h b/fastboot/task.h index e80f88de2..801a0f6bf 100644 --- a/fastboot/task.h +++ b/fastboot/task.h @@ -18,11 +18,14 @@ #include #include -#include "fastboot.h" #include "fastboot_driver.h" #include "super_flash_helper.h" #include "util.h" +struct FlashingPlan; +struct Image; +using ImageEntry = std::pair; + class Task { public: Task() = default;