diff options
author | Tao Bao <tbao@google.com> | 2017-01-17 20:08:48 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-01-17 20:08:48 +0100 |
commit | 13d15af08fe0e916f998929f84209aa1cecfd0b5 (patch) | |
tree | 9f8c0d4ad683e77dcbb0f3e6a14970462b9b4ba5 /minui/resources.cpp | |
parent | Merge "recovery: Move property_get() to android::base::GetProperty()." (diff) | |
parent | minui: Export minui/minui.h. (diff) | |
download | android_bootable_recovery-13d15af08fe0e916f998929f84209aa1cecfd0b5.tar android_bootable_recovery-13d15af08fe0e916f998929f84209aa1cecfd0b5.tar.gz android_bootable_recovery-13d15af08fe0e916f998929f84209aa1cecfd0b5.tar.bz2 android_bootable_recovery-13d15af08fe0e916f998929f84209aa1cecfd0b5.tar.lz android_bootable_recovery-13d15af08fe0e916f998929f84209aa1cecfd0b5.tar.xz android_bootable_recovery-13d15af08fe0e916f998929f84209aa1cecfd0b5.tar.zst android_bootable_recovery-13d15af08fe0e916f998929f84209aa1cecfd0b5.zip |
Diffstat (limited to '')
-rw-r--r-- | minui/resources.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minui/resources.cpp b/minui/resources.cpp index 9ccbf4b1b..e6909f269 100644 --- a/minui/resources.cpp +++ b/minui/resources.cpp @@ -31,7 +31,7 @@ #include <vector> #include <png.h> -#include "minui.h" +#include "minui/minui.h" #define SURFACE_DATA_ALIGNMENT 8 |