From 53455c55280e0ad0f328f811ff45be99d494a058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teppo=20J=C3=A4rvelin?= Date: Tue, 13 Mar 2018 16:23:15 +0200 Subject: [PATCH] Fixed correct includes so that compile log is not polluted. --- features/cellular/framework/API/CellularNetwork.h | 1 - features/netsocket/nsapi.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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"