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 1616 */
1717
1818#include " gtest/gtest.h"
19- #include " features/netsocket/cellular/ CellularNonIPSocket.h"
19+ #include " CellularNonIPSocket.h"
2020#include " myCellularContext.h"
2121
2222using namespace mbed ;
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ set(unittest-includes ${unittest-includes}
99)
1010
1111set (unittest-sources
12- ../features/netsocket/cellular/ CellularNonIPSocket.cpp
12+ ../features/netsocket/CellularNonIPSocket.cpp
1313)
1414
1515set (unittest-test -sources
16- features/netsocket/cellular/ CellularNonIPSocket/test_CellularNonIPSocket.cpp
16+ features/netsocket/CellularNonIPSocket/test_CellularNonIPSocket.cpp
1717 stubs/NetworkInterface_stub.cpp
1818 stubs/NetworkInterfaceDefaults_stub.cpp
1919 stubs/NetworkStack_stub.cpp
Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717
18- #include " netsocket/cellular/ ControlPlane_netif.h"
18+ #include " ControlPlane_netif.h"
1919#include < list>
2020
2121namespace mbed {
You can’t perform that action at this time.
0 commit comments