commit | 83ff1f0b05afc3659141e964e9f6ad7f59acc330 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon May 07 19:04:03 2018 -0700 |
committer | Tao Bao <tbao@google.com> | Mon May 07 20:31:26 2018 -0700 |
tree | db436c72c5b4e851577fcf09b37fbc60b9c56917 | |
parent | 5285c27bf4212a49549fba709d8ffd17a90489e3 [diff] |
recovery: Remove unneeded include of minui.h. Test: mmma -j bootable/recovery Change-Id: I1a79fa6386d56bf5e20ee074352d287403d2d745
diff --git a/recovery.cpp b/recovery.cpp index 2ff7f1d..8dc04a8 100644 --- a/recovery.cpp +++ b/recovery.cpp
@@ -64,7 +64,6 @@ #include "fuse_sideload.h" #include "install.h" #include "logging.h" -#include "minui/minui.h" #include "otautil/dirutil.h" #include "otautil/error_code.h" #include "otautil/paths.h"