mirror of https://github.com/ARMmbed/mbed-os.git
Remove redundant mbed.h include in UBLOX cellular driver
parent
22ea1e8846
commit
b5ca618bf2
|
@ -27,7 +27,6 @@
|
||||||
#endif
|
#endif
|
||||||
#endif /* TARGET_FF_ARDUINO */
|
#endif /* TARGET_FF_ARDUINO */
|
||||||
|
|
||||||
#include "mbed.h"
|
|
||||||
#include "CellularLog.h"
|
#include "CellularLog.h"
|
||||||
#include "AT_CellularDevice.h"
|
#include "AT_CellularDevice.h"
|
||||||
#include "AT_CellularNetwork.h"
|
#include "AT_CellularNetwork.h"
|
||||||
|
|
Loading…
Reference in New Issue