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

am: 1bc2c960ee

Change-Id: I747b0473045f29f1a46e805876faa3ba2cc0a284
This commit is contained in:
Steven Moreland 2017-02-16 05:31:37 +00:00 committed by android-build-merger
commit 878f0c6bd6

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>