Merge "Fixing circular dependency"

This commit is contained in:
Daniel Zheng 2023-04-19 00:16:13 +00:00 committed by Gerrit Code Review
commit 37673f0bf5

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;