diff --git a/features/cellular/framework/API/CellularNetwork.h b/features/cellular/framework/API/CellularNetwork.h index 672b08b9f1..197605d055 100644 --- a/features/cellular/framework/API/CellularNetwork.h +++ b/features/cellular/framework/API/CellularNetwork.h @@ -18,7 +18,6 @@ #ifndef CELLULAR_NETWORK_H_ #define CELLULAR_NETWORK_H_ -#include "CellularInterface.h" #include "NetworkInterface.h" #include "CellularList.h" diff --git a/features/netsocket/nsapi.h b/features/netsocket/nsapi.h index c9ed8bd6e4..21047dad73 100644 --- a/features/netsocket/nsapi.h +++ b/features/netsocket/nsapi.h @@ -33,7 +33,7 @@ #include "netsocket/NetworkInterface.h" #include "netsocket/EthInterface.h" #include "netsocket/WiFiInterface.h" -#include "netsocket/CellularInterface.h" +#include "netsocket/CellularBase.h" #include "netsocket/MeshInterface.h" #include "netsocket/Socket.h"