[wpimath] Fix incorrect header inclusion in angular_acceleration.h (#5587)

Specific unit headers should only include units they use. In this case,
that's angle and time.
This commit is contained in:
Tyler Veness
2023-08-29 12:52:39 -07:00
committed by GitHub
parent b7657a8e28
commit 51b0fb1492

View File

@@ -4,7 +4,7 @@
#pragma once
#include "units/angular_velocity.h"
#include "units/angle.h"
#include "units/base.h"
#include "units/time.h"