diff options
author | Tao Bao <tbao@google.com> | 2017-01-17 20:12:28 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-17 20:12:28 +0100 |
commit | ad20b76397664fd737b3bb1d73de7ae915990425 (patch) | |
tree | 9f8c0d4ad683e77dcbb0f3e6a14970462b9b4ba5 /wear_ui.cpp | |
parent | Merge "recovery: Move property_get() to android::base::GetProperty()." (diff) | |
parent | Merge "minui: Export minui/minui.h." (diff) | |
download | android_bootable_recovery-ad20b76397664fd737b3bb1d73de7ae915990425.tar android_bootable_recovery-ad20b76397664fd737b3bb1d73de7ae915990425.tar.gz android_bootable_recovery-ad20b76397664fd737b3bb1d73de7ae915990425.tar.bz2 android_bootable_recovery-ad20b76397664fd737b3bb1d73de7ae915990425.tar.lz android_bootable_recovery-ad20b76397664fd737b3bb1d73de7ae915990425.tar.xz android_bootable_recovery-ad20b76397664fd737b3bb1d73de7ae915990425.tar.zst android_bootable_recovery-ad20b76397664fd737b3bb1d73de7ae915990425.zip |
Diffstat (limited to 'wear_ui.cpp')
-rw-r--r-- | wear_ui.cpp | 8 |
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, |