removed unecessary include

This commit is contained in:
h4570
2020-12-24 13:09:13 +01:00
parent c0ece7206c
commit d60d42cac6
+1 -1
View File
@@ -68,7 +68,7 @@ void VifSender::uploadMicroProgram()
dma_channel_send_packet2(packet2, DMA_CHANNEL_VIF1, 1);
packet2_free(packet2);
}
#include <fastmath.h>
void VifSender::sendMatrices(const RenderData &t_renderData, const Vector3 &t_position, const Vector3 &t_rotation)
{