diff options
Diffstat (limited to '')
-rw-r--r-- | fastboot/fastboot.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index 8458c99dd..14f5e4bdc 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp @@ -27,8 +27,7 @@ #include <android-base/properties.h> #include <bootloader_message/bootloader_message.h> -#include "device.h" -#include "ui.h" +#include "recovery_ui/ui.h" static const std::vector<std::pair<std::string, Device::BuiltinAction>> kFastbootMenuActions{ { "Reboot system now", Device::REBOOT }, |