Fixing circular dependency

Test: tested compilation
Change-Id: Iae25cade1efb2372e5fc219fa69cbb2381b4e05c
This commit is contained in:
Daniel Zheng 2023-04-17 11:34:00 -07:00
parent 7627b54910
commit 0897526557

View file

@ -18,11 +18,14 @@
#include <sstream>
#include <string>
#include "fastboot.h"
#include "fastboot_driver.h"
#include "super_flash_helper.h"
#include "util.h"
struct FlashingPlan;
struct Image;
using ImageEntry = std::pair<const Image*, std::string>;
class Task {
public:
Task() = default;