Merge "liblog: use log/log.h when utilizing ALOG macros" am: 9a30f044ca am: 70a969c6fc
am: eed9f305d1
Change-Id: I8b74f7e83492f0023c76be4796a2e94455fd87d8
diff --git a/cmds/dumpstate/utils.cpp b/cmds/dumpstate/utils.cpp
index 22394b9..5b81121 100644
--- a/cmds/dumpstate/utils.cpp
+++ b/cmds/dumpstate/utils.cpp
@@ -39,11 +39,11 @@
#include <string>
#include <vector>
-#include <android/log.h>
#include <android-base/file.h>
#include <cutils/debugger.h>
#include <cutils/properties.h>
#include <cutils/sockets.h>
+#include <log/log.h>
#include <private/android_filesystem_config.h>
#include <selinux/android.h>