[wpimath] Add folder prefix to geometry includes (#5489)

This commit is contained in:
Tyler Veness
2023-07-31 19:17:02 -07:00
committed by GitHub
parent e9858c10e9
commit 98f074b072
8 changed files with 19 additions and 19 deletions

View File

@@ -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;