From c16fd8a9316f2c8549b34a61cf6091072de54319 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Mon, 30 Apr 2018 17:12:03 -0700 Subject: Drop '#include "ui.h"' from device.h. We don't need the dependency in the header. Test: mmma -j bootable/recovery Change-Id: I03741ae7911a7e8bf1284b2821cf986ca0ab434e --- device.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'device.cpp') diff --git a/device.cpp b/device.cpp index f881daff6..3b0942c49 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", -- cgit v1.2.3