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/oem_iptables_hook.cpp b/server/oem_iptables_hook.cpp
index 4c839a2..1b8a6e4 100644
--- a/server/oem_iptables_hook.cpp
+++ b/server/oem_iptables_hook.cpp
@@ -23,7 +23,7 @@
#include <unistd.h>
#define LOG_TAG "OemIptablesHook"
-#include <cutils/log.h>
+#include <log/log.h>
#include <logwrap/logwrap.h>
#include "NetdConstants.h"