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/main.cpp b/server/main.cpp
index aa65b15..49bb973 100644
--- a/server/main.cpp
+++ b/server/main.cpp
@@ -28,7 +28,7 @@
 
 #define LOG_TAG "Netd"
 
-#include "cutils/log.h"
+#include "log/log.h"
 #include "utils/RWLock.h"
 
 #include <binder/IPCThreadState.h>