summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-01-17 06:16:58 +0100
committerTao Bao <tbao@google.com>2017-01-17 06:28:18 +0100
commit0ecbd76b220ba6f3d02fa028b9c6481f7fb5c089 (patch)
tree9f8c0d4ad683e77dcbb0f3e6a14970462b9b4ba5 /screen_ui.h
parentMerge "recovery: Move property_get() to android::base::GetProperty()." (diff)
downloadandroid_bootable_recovery-0ecbd76b220ba6f3d02fa028b9c6481f7fb5c089.tar
android_bootable_recovery-0ecbd76b220ba6f3d02fa028b9c6481f7fb5c089.tar.gz
android_bootable_recovery-0ecbd76b220ba6f3d02fa028b9c6481f7fb5c089.tar.bz2
android_bootable_recovery-0ecbd76b220ba6f3d02fa028b9c6481f7fb5c089.tar.lz
android_bootable_recovery-0ecbd76b220ba6f3d02fa028b9c6481f7fb5c089.tar.xz
android_bootable_recovery-0ecbd76b220ba6f3d02fa028b9c6481f7fb5c089.tar.zst
android_bootable_recovery-0ecbd76b220ba6f3d02fa028b9c6481f7fb5c089.zip
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/screen_ui.h b/screen_ui.h
index 3ad64907e..b2dcf4aeb 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -23,7 +23,9 @@
#include <string>
#include "ui.h"
-#include "minui/minui.h"
+
+// From minui/minui.h.
+struct GRSurface;
// Implementation of RecoveryUI appropriate for devices with a screen
// (shows an icon + a progress bar, text logging, menu, etc.)