Skip to content

Commit 0d76264

Browse files
committed
Fixing Includes
1 parent 3ac37f8 commit 0d76264

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/main/GSM/GSMService.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
SOFTWARE.
2323
*/
2424
#include "../../GSMService.h"
25-
#include "..\..\GSMService.h"
2625

2726
#define DELAY_WAIT_FOR_DATA 250 // 200 milliseconds - Used to wait for all the data from the GSM board
2827

src/main/UltraSonicModule/DistanceMeterAccurate.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
SOFTWARE.
2323
*/
2424
#include "../../DistanceMeterAccurate.h"
25-
#include "..\..\DistanceMeterAccurate.h"
2625

2726
namespace Easyuino {
2827

src/main/UltraSonicModule/DistanceMeterNonBlock.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
SOFTWARE.
2323
*/
2424
#include "../../DistanceMeterNonBlock.h"
25-
#include "..\..\DistanceMeterNonBlock.h"
2625

2726
namespace Easyuino {
2827

0 commit comments

Comments
 (0)