summaryrefslogtreecommitdiffstats
path: root/libutils/include
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-02-17 23:37:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-02-17 23:37:06 +0000
commit1a4e2dfdf532a5439f0334bb0df6e49e606a28b6 (patch)
tree359fb91daafc31c0be7b0910af0c8d7e4968604d /libutils/include
parent94aabe47db520e5261b4a5595971efe1350f7b26 (diff)
parent40c7ddfc09506467ac4a3f4767c8fcf52ce670e0 (diff)
downloadsystem_core-1a4e2dfdf532a5439f0334bb0df6e49e606a28b6.tar.gz
system_core-1a4e2dfdf532a5439f0334bb0df6e49e606a28b6.tar.bz2
system_core-1a4e2dfdf532a5439f0334bb0df6e49e606a28b6.zip
Merge "Vector.h: remove unused import <new>"
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>