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/WakeupController.cpp b/server/WakeupController.cpp
index 397e1a6..eb36291 100644
--- a/server/WakeupController.cpp
+++ b/server/WakeupController.cpp
@@ -30,7 +30,7 @@
#include <android-base/strings.h>
#include <android-base/stringprintf.h>
-#include <cutils/log.h>
+#include <log/log.h>
#include <netdutils/Netfilter.h>
#include <netdutils/Netlink.h>