Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08975265 authored by Daniel Zheng's avatar Daniel Zheng
Browse files

Fixing circular dependency

Test: tested compilation
Change-Id: Iae25cade1efb2372e5fc219fa69cbb2381b4e05c
parent 7627b549
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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;