[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

@@ -5,7 +5,7 @@
/* the project. */
/*----------------------------------------------------------------------------*/
#include "math/MathShared.h"
#include "wpimath/MathShared.h"
#include <wpi/mutex.h>