diff options
Diffstat (limited to 'recovery.h')
-rw-r--r-- | recovery.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery.h b/recovery.h index 00e22daa6..f050549cc 100644 --- a/recovery.h +++ b/recovery.h @@ -19,6 +19,6 @@ #include <string> #include <vector> -#include "device.h" +#include "recovery_ui/device.h" Device::BuiltinAction start_recovery(Device* device, const std::vector<std::string>& args); |