commit | 4f4bb172e499c5f9611964d78eb6a2db8deea287 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Aug 07 14:40:59 2020 -0700 |
committer | Patrick Venture <venture@google.com> | Fri Aug 07 14:40:59 2020 -0700 |
tree | 4d6b0b789c27d7abef199c941a5c092b65e88303 | |
parent | f3b04fd3634f2ef36ba23e9081c041c15e75d6f5 [diff] |
sensors:sensor: drop unused chrono header The chrono header is no longer used in this file. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ieca31dfa9166be0cfd5bd84a9aaeef11d30f1b93
diff --git a/sensors/sensor.hpp b/sensors/sensor.hpp index a447ae0..01f4c02 100644 --- a/sensors/sensor.hpp +++ b/sensors/sensor.hpp
@@ -2,7 +2,6 @@ #include "interfaces.hpp" -#include <chrono> #include <string> /**