[wpimath] Move MathShared.h to wpimath/ directory

It was confusing to have it in math/ when the std <math> header exists.
This commit is contained in:
Peter Johnson
2020-08-07 09:38:43 -07:00
parent 8dc3d23831
commit f86417d791
12 changed files with 11 additions and 11 deletions

View File

@@ -7,7 +7,7 @@
#include "frc/kinematics/DifferentialDriveOdometry.h"
#include "math/MathShared.h"
#include "wpimath/MathShared.h"
using namespace frc;