2
0
mirror of https://github.com/team2059/Dent synced 2024-12-18 20:52:29 -05:00

Removed cmath

This commit is contained in:
Austen Adler 2015-02-08 20:29:18 -05:00
parent 267a720b83
commit 376305a5a7
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
#include "AutoDrive.h" #include "AutoDrive.h"
#include <cmath>
#include "../../DentRobot.h" #include "../../DentRobot.h"
// Drive for a short while then stop. Just for testing // Drive for a short while then stop. Just for testing
AutoDrive::AutoDrive() : Command("AutoDrive"){ AutoDrive::AutoDrive() : Command("AutoDrive"){

View File

@ -1,5 +1,4 @@
#include "Drive.h" #include "Drive.h"
#include <cmath>
#include "../../DentRobot.h" #include "../../DentRobot.h"
Drive::Drive() : Command("Drive"){ Drive::Drive() : Command("Drive"){
Requires(DentRobot::drivetrain); Requires(DentRobot::drivetrain);