[wpimath] Remove unused include in Quaternion.cpp (#6219)

This commit is contained in:
Ben Goldberg
2024-01-13 11:48:43 -05:00
committed by GitHub
parent 077c8f4092
commit 420020c0d5

View File

@@ -8,8 +8,6 @@
#include <wpi/json.h>
#include "geometry3d.pb.h"
using namespace frc;
Quaternion::Quaternion(double w, double x, double y, double z)