[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

@@ -7,7 +7,7 @@
#pragma once
#include <units/angle.h>
#include "units/angle.h"
namespace wpi {
class json;

View File

@@ -7,9 +7,8 @@
#pragma once
#include <units/length.h>
#include "Rotation2d.h"
#include "units/length.h"
namespace wpi {
class json;

View File

@@ -7,9 +7,9 @@
#pragma once
#include <units/angle.h>
#include <units/length.h>
#include <units/math.h>
#include "units/angle.h"
#include "units/length.h"
#include "units/math.h"
namespace frc {
/**