[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,8 +7,8 @@
#pragma once
#include "math/MathShared.h"
#include "units/time.h"
#include "wpimath/MathShared.h"
namespace frc {