commit | 656a6b9e3645bfe2cf073b69cbb9d02832f62c26 | [log] [tgz] |
---|---|---|
author | Alex Ray <aray@google.com> | Tue Jul 23 13:44:34 2013 -0700 |
committer | Alex Ray <aray@google.com> | Tue Jul 23 17:51:19 2013 -0700 |
tree | 71e5900f53d4955e19eaf6750d20f924c1d467ee | |
parent | ea3d82cfef602dbd5a7adb132678b47b9d6a223a [diff] [blame] |
dumpstate: remove libutils dependency Change-Id: I9745f389402c01b90877612e060ac996eba99964
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c index 7710c5b..b8f505e 100644 --- a/cmds/dumpstate/dumpstate.c +++ b/cmds/dumpstate/dumpstate.c
@@ -33,7 +33,7 @@ #include "private/android_filesystem_config.h" #define LOG_TAG "dumpstate" -#include <utils/Log.h> +#include <cutils/log.h> #include "dumpstate.h"