commit | 40c7ddfc09506467ac4a3f4767c8fcf52ce670e0 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Feb 17 13:18:19 2017 -0800 |
committer | Steven Moreland <smoreland@google.com> | Fri Feb 17 13:19:08 2017 -0800 |
tree | 1485e4e67fb7c2d249cb951518bf98d189e4b5ce | |
parent | c724fac054470f13729a3e3fadeb8f24c958954b [diff] |
Vector.h: remove unused import <new> Test: pass Change-Id: I9d04c909a1bc82352f1eebe36602bf095ec3ca30
diff --git a/libutils/include/utils/Vector.h b/libutils/include/utils/Vector.h index 28a77b8..9a643f9 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>