summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorAlex Ray <aray@google.com>2013-07-23 13:44:34 -0700
committerAlex Ray <aray@google.com>2013-07-23 17:51:19 -0700
commit656a6b9e3645bfe2cf073b69cbb9d02832f62c26 (patch)
tree71e5900f53d4955e19eaf6750d20f924c1d467ee /cmds
parentea3d82cfef602dbd5a7adb132678b47b9d6a223a (diff)
downloadframeworks_native-656a6b9e3645bfe2cf073b69cbb9d02832f62c26.zip
frameworks_native-656a6b9e3645bfe2cf073b69cbb9d02832f62c26.tar.gz
frameworks_native-656a6b9e3645bfe2cf073b69cbb9d02832f62c26.tar.bz2
dumpstate: remove libutils dependency
Change-Id: I9745f389402c01b90877612e060ac996eba99964
Diffstat (limited to 'cmds')
-rw-r--r--cmds/dumpstate/dumpstate.c2
1 files changed, 1 insertions, 1 deletions
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"