Merge "Drop '#include "ui.h"' from device.h." am: 2de12da142 am: 7e61191258

am: 39caabc7e3

Change-Id: I9a9de8eafc7e5730d83153fcb8aff409d2cee417
This commit is contained in:
Tao Bao
2018-04-30 19:41:10 -07:00
committed by android-build-merger
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -16,6 +16,8 @@
#include "device.h"
#include "ui.h"
static const char* MENU_ITEMS[] = {
"Reboot system now",
"Reboot to bootloader",
+2 -1
View File
@@ -17,7 +17,8 @@
#ifndef _RECOVERY_DEVICE_H
#define _RECOVERY_DEVICE_H
#include "ui.h"
// Forward declaration to avoid including "ui.h".
class RecoveryUI;
class Device {
public: