summaryrefslogtreecommitdiffstats
path: root/libutils/include
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-02-17 13:18:19 -0800
committerSteven Moreland <smoreland@google.com>2017-02-17 13:19:08 -0800
commit40c7ddfc09506467ac4a3f4767c8fcf52ce670e0 (patch)
tree1485e4e67fb7c2d249cb951518bf98d189e4b5ce /libutils/include
parentc724fac054470f13729a3e3fadeb8f24c958954b (diff)
downloadsystem_core-40c7ddfc09506467ac4a3f4767c8fcf52ce670e0.tar.gz
system_core-40c7ddfc09506467ac4a3f4767c8fcf52ce670e0.tar.bz2
system_core-40c7ddfc09506467ac4a3f4767c8fcf52ce670e0.zip
Vector.h: remove unused import <new>
Test: pass Change-Id: I9d04c909a1bc82352f1eebe36602bf095ec3ca30
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>