Merge "Vector.h: remove unused import <new>" am: 1a4e2dfdf5

am: c50fce7dac

Change-Id: Ic88e35637d9001e17e538ced0a35b47579da86cf
This commit is contained in:
Steven Moreland 2017-02-17 23:44:13 +00:00 committed by android-build-merger
commit 4fbff753ba

View file

@ -20,8 +20,6 @@
#include <stdint.h>
#include <sys/types.h>
#include <new>
#include <log/log.h>
#include <utils/TypeHelpers.h>
#include <utils/VectorImpl.h>