commit | 26b82b166a4154b5b7b74e7ceed236438cb85a71 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Dec 22 10:09:19 2021 -0800 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Tue Jan 04 19:59:13 2022 +0000 |
tree | e125b2d8e457a460823e6bd2c9c2d63b06de8823 | |
parent | 4203702caa92ec3a996b372fe76f2d4f04c35e6d [diff] [blame] |
Fix cpplint issues Existing cpplint issues block uploading CLs, fix most of them. Test: m checkbuild Change-Id: I3477d388659c93c1ca517c4ad37502e0a71014ad
diff --git a/aosp/apex_handler_android_unittest.cc b/aosp/apex_handler_android_unittest.cc index 847ccaa..8c58e47 100644 --- a/aosp/apex_handler_android_unittest.cc +++ b/aosp/apex_handler_android_unittest.cc
@@ -14,8 +14,8 @@ // limitations under the License. // -#include <utility> #include <filesystem> +#include <utility> #include "update_engine/aosp/apex_handler_android.h"