Merge "RefBase.cpp remove unused include typeinfo" am: 141e98474e

am: d253899e1e

Change-Id: I70bfe86735ea1ff4363e805509b5a45c00ffe70c
This commit is contained in:
Steven Moreland 2017-02-16 05:27:37 +00:00 committed by android-build-merger
commit 1bc2c960ee

View file

@ -22,7 +22,6 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <typeinfo>
#include <unistd.h>
#include <utils/RefBase.h>