commit | e98e177a34eb3200b9f95be8379223271933b885 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Feb 17 12:21:34 2016 -0800 |
committer | Yabin Cui <yabinc@google.com> | Thu Feb 18 22:14:25 2016 -0800 |
tree | 1076a895504798dd8836d90333e37545bbf7f174 | |
parent | d3289ac581816861721b81f7100794fad075c497 [diff] [blame] |
healthd: separate libbatterymonitor for use in recovery. Bug: 26879394 Change-Id: I97b5b4994c42988ce43f5085b8b4b25e9e80c9fa
diff --git a/healthd/BatteryMonitor.cpp b/healthd/BatteryMonitor.cpp index 0558fd5..31b79f1 100644 --- a/healthd/BatteryMonitor.cpp +++ b/healthd/BatteryMonitor.cpp
@@ -16,8 +16,8 @@ #define LOG_TAG "healthd" -#include "healthd.h" -#include "BatteryMonitor.h" +#include <healthd/healthd.h> +#include <healthd/BatteryMonitor.h> #include <dirent.h> #include <errno.h>