diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-02-17 23:37:06 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-02-17 23:37:06 +0000 |
| commit | 1a4e2dfdf532a5439f0334bb0df6e49e606a28b6 (patch) | |
| tree | 359fb91daafc31c0be7b0910af0c8d7e4968604d /libutils/include | |
| parent | 94aabe47db520e5261b4a5595971efe1350f7b26 (diff) | |
| parent | 40c7ddfc09506467ac4a3f4767c8fcf52ce670e0 (diff) | |
| download | system_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.h | 2 |
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> |
