forked from openkylin/platform_build
zipalign missing header
Remove assumptions about header side effects Test: compile Bug: 30465923 Change-Id: I117567b0f99814b9d9a955b39c56f43f7972cf62
This commit is contained in:
parent
8ef4397c22
commit
404fd5bc4a
|
@ -19,8 +19,9 @@
|
|||
*/
|
||||
#include "ZipFile.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
using namespace android;
|
||||
|
||||
|
|
|
@ -23,10 +23,11 @@
|
|||
#include "ZipEntry.h"
|
||||
#include <utils/Log.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
using namespace android;
|
||||
|
||||
|
|
Loading…
Reference in New Issue