commit | cca1c72280d7e379c3d2923c7cbf5db59709d648 | [log] [tgz] |
---|---|---|
author | Scott Randolph <randolphs@google.com> | Tue May 02 17:56:54 2017 -0700 |
committer | Scott Randolph <randolphs@google.com> | Tue May 02 17:58:05 2017 -0700 |
tree | d3f008260711c676ff1be2b533fbe3aa74272a62 | |
parent | 20af5c5ed572b0b8d6d4e5dd1cdb1d9ff304f3f9 [diff] |
A header was pulled in for a function we no longer use, so we can/should drop the #include as well. Test: compile Change-Id: I455f3a1137533e14297a310663e1b3f7ecb0607c
diff --git a/automotive/evs/1.0/vts/functional/FormatConvert.cpp b/automotive/evs/1.0/vts/functional/FormatConvert.cpp index e5cc8ee..1e8929d 100644 --- a/automotive/evs/1.0/vts/functional/FormatConvert.cpp +++ b/automotive/evs/1.0/vts/functional/FormatConvert.cpp
@@ -18,8 +18,6 @@ #include "FormatConvert.h" -#include <algorithm> // std::min - // Round up to the nearest multiple of the given alignment value template<unsigned alignment>