Drop '#include "ui.h"' from device.h.

We don't need the dependency in the header.

Test: mmma -j bootable/recovery
Change-Id: I03741ae7911a7e8bf1284b2821cf986ca0ab434e
This commit is contained in:
Tao Bao
2018-04-30 17:12:03 -07:00
parent e4d65b681a
commit c16fd8a931
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",