Skip to content

Commit 53455c5

Browse files
author
Teppo Järvelin
committed
Fixed correct includes so that compile log is not polluted.
1 parent 16e8b77 commit 53455c5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

features/cellular/framework/API/CellularNetwork.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#ifndef CELLULAR_NETWORK_H_
1919
#define CELLULAR_NETWORK_H_
2020

21-
#include "CellularInterface.h"
2221
#include "NetworkInterface.h"
2322
#include "CellularList.h"
2423

features/netsocket/nsapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include "netsocket/NetworkInterface.h"
3434
#include "netsocket/EthInterface.h"
3535
#include "netsocket/WiFiInterface.h"
36-
#include "netsocket/CellularInterface.h"
36+
#include "netsocket/CellularBase.h"
3737
#include "netsocket/MeshInterface.h"
3838

3939
#include "netsocket/Socket.h"

0 commit comments

Comments
 (0)