[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

@@ -16,8 +16,8 @@
#include <cameraserver/CameraServerShared.h>
#include <hal/FRCUsageReporting.h>
#include <hal/HALBase.h>
#include <math/MathShared.h>
#include <networktables/NetworkTableInstance.h>
#include <wpimath/MathShared.h>
#include "WPILibVersion.h"
#include "frc/DriverStation.h"