summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-02-17 23:42:30 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-02-17 23:42:30 +0000
commitc50fce7dac6ecb6f40a1bd34bc020776cb77e584 (patch)
treec27e74393f905445b936d1b484af18f9b9f2070d
parent8a69231cdad9c10fa6400091eec7f7da6d31940c (diff)
parent1a4e2dfdf532a5439f0334bb0df6e49e606a28b6 (diff)
downloadsystem_core-c50fce7dac6ecb6f40a1bd34bc020776cb77e584.tar.gz
system_core-c50fce7dac6ecb6f40a1bd34bc020776cb77e584.tar.bz2
system_core-c50fce7dac6ecb6f40a1bd34bc020776cb77e584.zip
Merge "Vector.h: remove unused import <new>"
am: 1a4e2dfdf5 Change-Id: I6177387a43353d5f9b4bd7fe9cc9fd7a4a10e997
-rw-r--r--libutils/include/utils/Vector.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libutils/include/utils/Vector.h b/libutils/include/utils/Vector.h
index 28a77b834..9a643f9b0 100644
--- a/libutils/include/utils/Vector.h
+++ b/libutils/include/utils/Vector.h
@@ -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>