summaryrefslogtreecommitdiffstats
path: root/wear_ui.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-01-17 20:16:52 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-17 20:16:52 +0100
commit397c6c5382544b6115373ac8c4c17cb09a75e118 (patch)
treea173a7ceb0c9524626e334edd0db3f6e84faa3e2 /wear_ui.cpp
parentMerge "recovery: Move property_get() to android::base::GetProperty()." am: ebb4e96a71 am: 421d92707d (diff)
parentMerge "minui: Export minui/minui.h." am: 13d15af08f (diff)
downloadandroid_bootable_recovery-397c6c5382544b6115373ac8c4c17cb09a75e118.tar
android_bootable_recovery-397c6c5382544b6115373ac8c4c17cb09a75e118.tar.gz
android_bootable_recovery-397c6c5382544b6115373ac8c4c17cb09a75e118.tar.bz2
android_bootable_recovery-397c6c5382544b6115373ac8c4c17cb09a75e118.tar.lz
android_bootable_recovery-397c6c5382544b6115373ac8c4c17cb09a75e118.tar.xz
android_bootable_recovery-397c6c5382544b6115373ac8c4c17cb09a75e118.tar.zst
android_bootable_recovery-397c6c5382544b6115373ac8c4c17cb09a75e118.zip
Diffstat (limited to 'wear_ui.cpp')
-rw-r--r--wear_ui.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/wear_ui.cpp b/wear_ui.cpp
index b4c63a5ae..6c0286558 100644
--- a/wear_ui.cpp
+++ b/wear_ui.cpp
@@ -30,11 +30,13 @@
#include <string>
#include <vector>
+#include <android-base/properties.h>
+#include <android-base/strings.h>
+#include <android-base/stringprintf.h>
+#include <minui/minui.h>
+
#include "common.h"
#include "device.h"
-#include "android-base/properties.h"
-#include "android-base/strings.h"
-#include "android-base/stringprintf.h"
// There's only (at most) one of these objects, and global callbacks
// (for pthread_create, and the input event system) need to find it,