commit | cefd01cd414db2c923f8172ad197cb761bab3aff | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Nov 07 19:20:19 2016 -0800 |
committer | Steven Moreland <smoreland@google.com> | Mon Nov 07 19:20:19 2016 -0800 |
tree | 23bf887539104c2fed7b82935e208f34f9f134b6 | |
parent | 8610eb8c32af23c13dc0799e7d3804dccf8a4a2a [diff] [blame] |
Sensors: cleanup includes in default implemenation Test: compiles Change-Id: Ib0aa43c186a4626117ed6b19a3881cb1822a5cdc
diff --git a/sensors/1.0/default/convert.cpp b/sensors/1.0/default/convert.cpp index f4e1841..18725e7 100644 --- a/sensors/1.0/default/convert.cpp +++ b/sensors/1.0/default/convert.cpp
@@ -14,7 +14,7 @@ * limitations under the License. */ -#include "include/convert.h" +#include "convert.h" #include <android-base/logging.h>