Fixed correct includes so that compile log is not polluted.

pull/6264/head
Teppo Järvelin 2018-03-13 16:23:15 +02:00
parent 16e8b77474
commit 53455c5528
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@
#ifndef CELLULAR_NETWORK_H_
#define CELLULAR_NETWORK_H_
#include "CellularInterface.h"
#include "NetworkInterface.h"
#include "CellularList.h"

View File

@ -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"