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

am: 1a4e2dfdf5

Change-Id: I6177387a43353d5f9b4bd7fe9cc9fd7a4a10e997
This commit is contained in:
Steven Moreland 2017-02-17 23:42:30 +00:00 committed by android-build-merger
commit c50fce7dac

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>