summaryrefslogtreecommitdiff
path: root/server/FirewallControllerTest.cpp
diff options
context:
space:
mode:
authorwaynema <waynema@google.com>2021-12-02 23:52:50 +0800
committerWayne Ma <waynema@google.com>2021-12-02 16:18:45 +0000
commit5a6fdab2e44bbbddaeb3cc8ac6447f29c34c4b13 (patch)
tree50f898ad6c8e139a77f9d8dfdf7a92cb1e2d28e3 /server/FirewallControllerTest.cpp
parentb634bbbff43eecff7098b749cc51353a97287a2f (diff)
[NETD-TC#8] Remove unnecessary includes in FirewallControllerTest.
Test: m; flash; boot Test: atest FirewallControllerTest Change-Id: If9e03b3094819b6431b51658221c3528a0293b0e
Diffstat (limited to 'server/FirewallControllerTest.cpp')
-rw-r--r--server/FirewallControllerTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/FirewallControllerTest.cpp b/server/FirewallControllerTest.cpp
index ddf9c42d..a7aee47e 100644
--- a/server/FirewallControllerTest.cpp
+++ b/server/FirewallControllerTest.cpp
@@ -22,10 +22,6 @@
#include <gtest/gtest.h>
-#include <android-base/file.h>
-#include <android-base/stringprintf.h>
-#include <android-base/strings.h>
-
#include "FirewallController.h"
#include "IptablesBaseTest.h"