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/BandwidthController.cpp b/server/BandwidthController.cpp
index 28dcbc1..7cd1598 100644
--- a/server/BandwidthController.cpp
+++ b/server/BandwidthController.cpp
@@ -46,8 +46,8 @@
 #include "android-base/stringprintf.h"
 #include "android-base/strings.h"
 #define LOG_TAG "BandwidthController"
-#include <cutils/log.h>
 #include <cutils/properties.h>
+#include <log/log.h>
 #include <logwrap/logwrap.h>
 
 #include <netdutils/Syscalls.h>