summaryrefslogtreecommitdiffstats
path: root/healthd/BatteryMonitor.cpp
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2016-02-19 17:43:08 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-19 17:43:08 +0000
commitfb516c2e635677cf7f7ad8c0eee27329b245cc54 (patch)
tree584c502f53cb3e0a18e1e2afe677e76a2f3555b6 /healthd/BatteryMonitor.cpp
parent553e4f60e28bb22783bb8e5c35e8a1b52d556984 (diff)
parenta90f7761bf5a73cd6d75fb4b482a1ec08447e1a7 (diff)
downloadcore-fb516c2e635677cf7f7ad8c0eee27329b245cc54.tar.gz
core-fb516c2e635677cf7f7ad8c0eee27329b245cc54.tar.bz2
core-fb516c2e635677cf7f7ad8c0eee27329b245cc54.zip
Merge "healthd: separate libbatterymonitor for use in recovery." am: 219806bc7a
am: a90f7761bf * commit 'a90f7761bf5a73cd6d75fb4b482a1ec08447e1a7': healthd: separate libbatterymonitor for use in recovery.
Diffstat (limited to 'healthd/BatteryMonitor.cpp')
-rw-r--r--healthd/BatteryMonitor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/healthd/BatteryMonitor.cpp b/healthd/BatteryMonitor.cpp
index 11ddd3e8a..8590a115c 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>