From cc7579174e4a7446811acb8de2addc80fbc6aca4 Mon Sep 17 00:00:00 2001 From: apattu200 Date: Fri, 3 Jul 2026 16:54:55 +0530 Subject: [PATCH] =?UTF-8?q?Revert=20"fix(firewall):=20RDKB-64133:=20Restor?= =?UTF-8?q?e=20#include=20=20and=20-ldevi=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit f3f2bdb484588d695e89368568c880170ccd81e2. --- source/firewall/Makefile.am | 1 - source/firewall/firewall.c | 1 - 2 files changed, 2 deletions(-) diff --git a/source/firewall/Makefile.am b/source/firewall/Makefile.am index 79c2789e..5e113f28 100644 --- a/source/firewall/Makefile.am +++ b/source/firewall/Makefile.am @@ -25,7 +25,6 @@ bin_PROGRAMS = firewall nfq_handler if ONESTACK_PRODUCT_REQ AM_LDFLAGS += -lrdkb_feature_mode_gate -AM_LDFLAGS += -ldevicemode endif firewall_SOURCES = firewall_ipv6.c firewall.c firewall_priv.c firewall_interface.c firewall_ext.c firewall_utils.c diff --git a/source/firewall/firewall.c b/source/firewall/firewall.c index 1e8dbc72..7172eaa0 100644 --- a/source/firewall/firewall.c +++ b/source/firewall/firewall.c @@ -371,7 +371,6 @@ Defines used to control conditional compilation #ifdef _ONESTACK_PRODUCT_REQ_ #include -#include #endif #ifdef FEATURE_464XLAT