summaryrefslogtreecommitdiff
path: root/server/InterfaceController.cpp
diff options
context:
space:
mode:
authorLogan Chien <loganchien@google.com>2018-04-23 14:31:32 +0800
committerLogan Chien <loganchien@google.com>2018-04-23 14:38:51 +0800
commit3f461489b13b803fae5cbbdea949d44f75221615 (patch)
tree517434a693b3e7bb1bd854224b597154d52924b8 /server/InterfaceController.cpp
parent8e3a7c9840885ceafd496cc9a960ed4d43c8b26f (diff)
Rename <cutils/log.h> to <log/log.h>
Bug: 78370064 Test: lunch aosp_walleye-userdebug && cd system/netd && mma Change-Id: I495f7cdc3f2aab26947f10041fc559700367f2ea
Diffstat (limited to 'server/InterfaceController.cpp')
-rw-r--r--server/InterfaceController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/InterfaceController.cpp b/server/InterfaceController.cpp
index 5a630255..50c8f8d2 100644
--- a/server/InterfaceController.cpp
+++ b/server/InterfaceController.cpp
@@ -26,7 +26,7 @@
#include <android-base/file.h>
#include <android-base/properties.h>
#include <android-base/stringprintf.h>
-#include <cutils/log.h>
+#include <log/log.h>
#include <logwrap/logwrap.h>
#include <netutils/ifc.h>