Rename <cutils/log.h> to <log/log.h>
Bug: 78370064
Test: lunch aosp_walleye-userdebug && cd system/netd && mma
Change-Id: I495f7cdc3f2aab26947f10041fc559700367f2ea
diff --git a/server/TetherController.cpp b/server/TetherController.cpp
index 6e805f5..da7517a 100644
--- a/server/TetherController.cpp
+++ b/server/TetherController.cpp
@@ -36,8 +36,8 @@
#define LOG_TAG "TetherController"
#include <android-base/strings.h>
#include <android-base/stringprintf.h>
-#include <cutils/log.h>
#include <cutils/properties.h>
+#include <log/log.h>
#include <netdutils/StatusOr.h>
#include "Fwmark.h"