summaryrefslogtreecommitdiffstats
path: root/dhcp
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2019-01-31 20:09:01 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-01-31 20:09:01 -0800
commit37d84007d811e21d6faf1dc7ded2b4b4d2bda51c (patch)
tree4f2bf80f9bff2986cbd402b861d45cc7267333de /dhcp
parentc0f145296aec2f6dff79dc0f78d281ec10a0ed36 (diff)
parent8eaad9110a582a3718f6850f91dd1519bef55d78 (diff)
downloaddevice_generic_goldfish-37d84007d811e21d6faf1dc7ded2b4b4d2bda51c.tar.gz
device_generic_goldfish-37d84007d811e21d6faf1dc7ded2b4b4d2bda51c.tar.bz2
device_generic_goldfish-37d84007d811e21d6faf1dc7ded2b4b4d2bda51c.zip
Merge "Explicitly include log/log.h instead of cutils/log.h" am: 37c362ca14
am: 8eaad9110a Change-Id: I53f18452da8be1bf346f5f0435ef62aacbaee0f7
Diffstat (limited to 'dhcp')
-rw-r--r--dhcp/client/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp/client/log.h b/dhcp/client/log.h
index c34da010..bf141df7 100644
--- a/dhcp/client/log.h
+++ b/dhcp/client/log.h
@@ -16,5 +16,5 @@
#pragma once
#define LOG_TAG "dhcpclient"
-#include <cutils/log.h>
+#include <log/log.h>