Skip to content

Commit

Permalink
Stop including inet things from CHIPCore.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Sep 13, 2023
1 parent 80ff286 commit 4c960a8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/lib/core/CHIPCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@

#include <ble/BleConfig.h>

#if INET_CONFIG_ENABLE_TCP_ENDPOINT
#include <inet/TCPEndPoint.h>
#endif // INET_CONFIG_ENABLE_TCP_ENDPOINT

#if INET_CONFIG_ENABLE_UDP_ENDPOINT
#include <inet/UDPEndPoint.h>
#endif // INET_CONFIG_ENABLE_UDP_ENDPOINT

#if CONFIG_NETWORK_LAYER_BLE
#include <ble/BleLayer.h>
#endif // CONFIG_NETWORK_LAYER_BLE
Expand Down

0 comments on commit 4c960a8

Please sign in to comment.