From dcf321c3e65a007939664ef536c02bdcded15fb3 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 28 Mar 2024 01:33:16 -0700 Subject: [PATCH] removing unused namespace --- src/main/cpp/cowlib/SwerveModule.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/cpp/cowlib/SwerveModule.cpp b/src/main/cpp/cowlib/SwerveModule.cpp index 6be1336..38b7d21 100644 --- a/src/main/cpp/cowlib/SwerveModule.cpp +++ b/src/main/cpp/cowlib/SwerveModule.cpp @@ -8,7 +8,6 @@ #include "cowlib/SwerveModule.h" using namespace SwerveConstants; -using namespace units::constants; using MotorType = rev::CANSparkMax::MotorType;