mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[wpimath] Add folder prefix to geometry includes (#5489)
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
|
||||
#include <wpi/SymbolExports.h>
|
||||
|
||||
#include "Quaternion.h"
|
||||
#include "Rotation2d.h"
|
||||
#include "frc/EigenCore.h"
|
||||
#include "frc/geometry/Quaternion.h"
|
||||
#include "frc/geometry/Rotation2d.h"
|
||||
#include "units/angle.h"
|
||||
|
||||
namespace wpi {
|
||||
|
||||
Reference in New Issue
Block a user