File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
features/netsocket/CellularNonIPSocket Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
#include " gtest/gtest.h"
19
- #include " features/netsocket/cellular/ CellularNonIPSocket.h"
19
+ #include " CellularNonIPSocket.h"
20
20
#include " myCellularContext.h"
21
21
22
22
using namespace mbed ;
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ set(unittest-includes ${unittest-includes}
9
9
)
10
10
11
11
set (unittest-sources
12
- ../features/netsocket/cellular/ CellularNonIPSocket.cpp
12
+ ../features/netsocket/CellularNonIPSocket.cpp
13
13
)
14
14
15
15
set (unittest-test-sources
16
- features/netsocket/cellular/ CellularNonIPSocket/test_CellularNonIPSocket.cpp
16
+ features/netsocket/CellularNonIPSocket/test_CellularNonIPSocket.cpp
17
17
stubs/NetworkInterface_stub.cpp
18
18
stubs/NetworkInterfaceDefaults_stub.cpp
19
19
stubs/NetworkStack_stub.cpp
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- #include " netsocket/cellular/ ControlPlane_netif.h"
18
+ #include " ControlPlane_netif.h"
19
19
#include < list>
20
20
21
21
namespace mbed {
You can’t perform that action at this time.
0 commit comments