am c90a4418: Merge "idmap: scan missing include for sys/stat.h"

* commit 'c90a44184f775863f4cb7698ed7f92d7b2d83e60':
  idmap: scan missing include for sys/stat.h
This commit is contained in:
Mark Salyzyn
2015-04-01 17:11:11 +00:00
committed by Android Git Automerger

View File

@@ -1,3 +1,6 @@
#include <dirent.h>
#include <sys/stat.h>
#include "idmap.h"
#include <UniquePtr.h>
@@ -9,8 +12,6 @@
#include <utils/String16.h>
#include <utils/String8.h>
#include <dirent.h>
#define NO_OVERLAY_TAG (-1000)
using namespace android;