commit | 6802f0ccc1885831d020257f760707dfcfc9a652 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Feb 17 23:42:30 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Feb 17 23:42:30 2017 +0000 |
tree | c27e74393f905445b936d1b484af18f9b9f2070d | |
parent | 0668f25e66ea0b2fa167d6069cbba535ee17f382 [diff] | |
parent | b8549fc85eef623d36c0528fe71c86508af0b914 [diff] |
Merge "Vector.h: remove unused import <new>" am: 1a4e2dfdf5 Change-Id: I6177387a43353d5f9b4bd7fe9cc9fd7a4a10e997
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>