commit | 52e1f7a1badeed7a306f25b4b303742be7bed9ab | [log] [tgz] |
---|---|---|
author | Ryan Mitchell <rtmitchell@google.com> | Fri Apr 12 12:31:42 2019 -0700 |
committer | Ryan Mitchell <rtmitchell@google.com> | Mon Apr 15 08:48:10 2019 -0700 |
tree | 8daa4d98e2e3400af0a31bc2d6b2ee9984bcf451 | |
parent | d81cd2629666b0ed852142607852232094e04d11 [diff] [blame] |
Run idmap2 static-checks and fix formatting issues Bug: 130324774 Test: builds Change-Id: I2cf9d3aa268ffe38e525fadee9d81fc6aefe19b1
diff --git a/cmds/idmap2/libidmap2/ZipFile.cpp b/cmds/idmap2/libidmap2/ZipFile.cpp index 0f07324..812fd6e 100644 --- a/cmds/idmap2/libidmap2/ZipFile.cpp +++ b/cmds/idmap2/libidmap2/ZipFile.cpp
@@ -14,11 +14,12 @@ * limitations under the License. */ +#include "idmap2/ZipFile.h" + #include <memory> #include <string> #include "idmap2/Result.h" -#include "idmap2/ZipFile.h" namespace android::idmap2 {