[wpimath] Remove unused SymbolExports.h include from units/base.h (#4541)

This commit is contained in:
Tyler Veness
2022-11-01 17:18:24 -07:00
committed by GitHub
parent b114006543
commit 6c80d5eab3
2 changed files with 1 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
#pragma once
#include <wpi/SymbolExports.h>
#include <wpi/timestamp.h>
#include "units/time.h"