mirror of https://github.com/ARMmbed/mbed-os.git
Fixed correct includes so that compile log is not polluted.
parent
16e8b77474
commit
53455c5528
|
@ -18,7 +18,6 @@
|
|||
#ifndef CELLULAR_NETWORK_H_
|
||||
#define CELLULAR_NETWORK_H_
|
||||
|
||||
#include "CellularInterface.h"
|
||||
#include "NetworkInterface.h"
|
||||
#include "CellularList.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"
|
||||
|
|
Loading…
Reference in New Issue