diff options
| author | Steven Moreland <smoreland@google.com> | 2017-02-17 23:42:30 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-02-17 23:42:30 +0000 |
| commit | c50fce7dac6ecb6f40a1bd34bc020776cb77e584 (patch) | |
| tree | c27e74393f905445b936d1b484af18f9b9f2070d /libutils/include | |
| parent | 8a69231cdad9c10fa6400091eec7f7da6d31940c (diff) | |
| parent | 1a4e2dfdf532a5439f0334bb0df6e49e606a28b6 (diff) | |
| download | system_core-c50fce7dac6ecb6f40a1bd34bc020776cb77e584.tar.gz system_core-c50fce7dac6ecb6f40a1bd34bc020776cb77e584.tar.bz2 system_core-c50fce7dac6ecb6f40a1bd34bc020776cb77e584.zip | |
Merge "Vector.h: remove unused import <new>"
am: 1a4e2dfdf5
Change-Id: I6177387a43353d5f9b4bd7fe9cc9fd7a4a10e997
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> |
