summaryrefslogtreecommitdiffstats
path: root/libutils
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-02-17 23:51:41 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-02-17 23:51:41 +0000
commit870a065800728e454e2140f8d7ac57967869f497 (patch)
tree49b87b02ef9534f5a71ca771f3c0f947509afabc /libutils
parent1095e4ec88b28b9eb75f60d843d9b0ea34ae2606 (diff)
parent4fbff753ba7c4146292cb89aaf9b910a74b2f9b8 (diff)
downloadsystem_core-870a065800728e454e2140f8d7ac57967869f497.tar.gz
system_core-870a065800728e454e2140f8d7ac57967869f497.tar.bz2
system_core-870a065800728e454e2140f8d7ac57967869f497.zip
Merge "Vector.h: remove unused import <new>" am: 1a4e2dfdf5 am: c50fce7dac
am: 4fbff753ba Change-Id: I8581d836ee94d691f7a7a6b01dd9f7f8017fe093
Diffstat (limited to 'libutils')
-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>