commit | c16fd8a9316f2c8549b34a61cf6091072de54319 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Apr 30 17:12:03 2018 -0700 |
committer | Tao Bao <tbao@google.com> | Mon Apr 30 17:15:17 2018 -0700 |
tree | 70d96e99ec327a6a6ef328193c6d880252668bc8 | |
parent | e4d65b681a58f30df2b38b95434f6a21555db6a5 [diff] [blame] |
Drop '#include "ui.h"' from device.h. We don't need the dependency in the header. Test: mmma -j bootable/recovery Change-Id: I03741ae7911a7e8bf1284b2821cf986ca0ab434e
diff --git a/device.cpp b/device.cpp index f881daf..3b0942c 100644 --- a/device.cpp +++ b/device.cpp
@@ -16,6 +16,8 @@ #include "device.h" +#include "ui.h" + static const char* MENU_ITEMS[] = { "Reboot system now", "Reboot to bootloader",