mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
[wpimath] Add folder prefix to geometry includes (#5489)
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
|
||||
#include <wpi/SymbolExports.h>
|
||||
|
||||
#include "Pose2d.h"
|
||||
#include "Transform3d.h"
|
||||
#include "Translation3d.h"
|
||||
#include "Twist3d.h"
|
||||
#include "frc/geometry/Pose2d.h"
|
||||
#include "frc/geometry/Transform3d.h"
|
||||
#include "frc/geometry/Translation3d.h"
|
||||
#include "frc/geometry/Twist3d.h"
|
||||
|
||||
namespace wpi {
|
||||
class json;
|
||||
|
||||
Reference in New Issue
Block a user