[NETD-TC#6] Clean up the dependency between FirewallController and
TrafficController.
Test: m; flash; boot
Test: atest FirewallControllerTest TrafficControllerTest
Change-Id: I0a8f3f2e9c1f4510021570e7894a56e4998f3ede
diff --git a/server/IptablesRestoreController.cpp b/server/IptablesRestoreController.cpp
index 10cedfa..b37c7c6 100644
--- a/server/IptablesRestoreController.cpp
+++ b/server/IptablesRestoreController.cpp
@@ -14,6 +14,7 @@
* limitations under the License.
*/
+#define LOG_TAG "IptablesRestoreController"
#include "IptablesRestoreController.h"
#include <poll.h>
@@ -21,7 +22,6 @@
#include <sys/wait.h>
#include <unistd.h>
-#define LOG_TAG "IptablesRestoreController"
#include <android-base/logging.h>
#include <android-base/file.h>
#include <netdutils/Syscalls.h>