summaryrefslogtreecommitdiffstats
path: root/libutils/include
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-02-17 23:44:13 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-02-17 23:44:13 +0000
commit4fbff753ba7c4146292cb89aaf9b910a74b2f9b8 (patch)
treec27e74393f905445b936d1b484af18f9b9f2070d /libutils/include
parent8a5c2176e0213b7b68afc5b074f6855c45b86b8f (diff)
parentc50fce7dac6ecb6f40a1bd34bc020776cb77e584 (diff)
downloadsystem_core-4fbff753ba7c4146292cb89aaf9b910a74b2f9b8.tar.gz
system_core-4fbff753ba7c4146292cb89aaf9b910a74b2f9b8.tar.bz2
system_core-4fbff753ba7c4146292cb89aaf9b910a74b2f9b8.zip
Merge "Vector.h: remove unused import <new>" am: 1a4e2dfdf5
am: c50fce7dac Change-Id: Ic88e35637d9001e17e538ced0a35b47579da86cf
Diffstat (limited to 'libutils/include')
-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>