Skip to content

Commit

Permalink
remove app config header from the platform
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed May 7, 2024
1 parent a2ded0f commit 091569c
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion src/platform/silabs/DiagnosticDataProviderImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#if CHIP_DEVICE_CONFIG_ENABLE_THREAD
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.h>
#endif
#include "AppConfig.h"
#include "FreeRTOS.h"
#include "heap_4_silabs.h"
#include <inet/InetInterface.h>
Expand Down
2 changes: 0 additions & 2 deletions src/platform/silabs/PlatformManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
#include <lwip/tcpip.h>
#endif // CHIP_SYSTEM_CONFIG_USE_LWIP

#include "AppConfig.h"

using namespace chip::DeviceLayer::Internal;

namespace chip {
Expand Down
1 change: 0 additions & 1 deletion src/platform/silabs/SiWx917/wifi/dhcp_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include "wfx_host_events.h"
#include "wifi_config.h"

#include "AppConfig.h"
#include "FreeRTOS.h"
#include "event_groups.h"

Expand Down
1 change: 0 additions & 1 deletion src/platform/silabs/SiWx917/wifi/lwip_netif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "wfx_host_events.h"
#include "wifi_config.h"

#include "AppConfig.h"
#include "dhcp_client.h"
#include "ethernetif.h"

Expand Down
2 changes: 0 additions & 2 deletions src/platform/silabs/SiWx917/wifi/wfx_notify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
#include <stdlib.h>
#include <string.h>

#include "AppConfig.h"

#include "FreeRTOS.h"
#include "event_groups.h"
#include "silabs_utils.h"
Expand Down
1 change: 0 additions & 1 deletion src/platform/silabs/efr32/wifi/dhcp_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "wfx_host_events.h"
#include "wifi_config.h"

#include "AppConfig.h"
#include "FreeRTOS.h"
#include "event_groups.h"

Expand Down
1 change: 0 additions & 1 deletion src/platform/silabs/efr32/wifi/lwip_netif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include "wfx_host_events.h"
#include "wifi_config.h"

#include "AppConfig.h"
#include "dhcp_client.h"
#include "ethernetif.h"

Expand Down
2 changes: 0 additions & 2 deletions src/platform/silabs/efr32/wifi/wfx_notify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
#include "em_usart.h"
#include "gpiointerrupt.h"

#include "AppConfig.h"

#include "FreeRTOS.h"
#include "event_groups.h"
#include "task.h"
Expand Down

0 comments on commit 091569c

Please sign in to comment.