[wpimath] Use project includes for units, Drake, Eigen (#2634)

This commit is contained in:
Matt
2020-08-08 11:54:03 -07:00
committed by GitHub
parent f86417d791
commit e5b84e2f87
12 changed files with 24 additions and 26 deletions

View File

@@ -5,9 +5,8 @@
/* the project. */
/*----------------------------------------------------------------------------*/
#include <Eigen/Core>
#include <Eigen/LU>
#include "Eigen/Core"
#include "Eigen/LU"
#include "gtest/gtest.h"
TEST(EigenTest, MultiplicationTest) {