From 40c7ddfc09506467ac4a3f4767c8fcf52ce670e0 Mon Sep 17 00:00:00 2001
From: Steven Moreland <smoreland@google.com>
Date: Fri, 17 Feb 2017 13:18:19 -0800
Subject: [PATCH] Vector.h: remove unused import <new>

Test: pass
Change-Id: I9d04c909a1bc82352f1eebe36602bf095ec3ca30
---
 libutils/include/utils/Vector.h | 2 --
 1 file changed, 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>