diff options
author | Mark Salyzyn <salyzyn@google.com> | 2014-05-29 12:43:36 -0700 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2014-05-30 16:51:18 +0000 |
commit | edcf7f4d3ac452500d68e254d367f559d538695d (patch) | |
tree | c6c7627c9f2419803f290f8e1b62335944ada594 | |
parent | b8b3c536f471b8c5e604701f56f0d1d8edbecb1c (diff) | |
download | frameworks_native-edcf7f4d3ac452500d68e254d367f559d538695d.zip frameworks_native-edcf7f4d3ac452500d68e254d367f559d538695d.tar.gz frameworks_native-edcf7f4d3ac452500d68e254d367f559d538695d.tar.bz2 |
binder: rm utils/Debug.h as unutilized
Change-Id: I52eb8b64b71cec7ffd4560e902daf358fda98b4a
-rw-r--r-- | libs/binder/IBatteryStats.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/binder/IBatteryStats.cpp b/libs/binder/IBatteryStats.cpp index 6469b08..5702151 100644 --- a/libs/binder/IBatteryStats.cpp +++ b/libs/binder/IBatteryStats.cpp @@ -16,7 +16,6 @@ #include <binder/IBatteryStats.h> -#include <utils/Debug.h> #include <utils/Log.h> #include <binder/Parcel.h> #include <utils/String8.h> |