commit | b2f92ca73045840437717818c3fe572c86c86c66 | [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 | d42569841e9a99c02a26dc78c939e24ff1f636b8 [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>