mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Removes unneeded resource includes from WPILibC files (#134)
This commit is contained in:
committed by
Peter Johnson
parent
ea95bb85aa
commit
72455280a9
@@ -10,14 +10,10 @@
|
||||
#include "HAL/HAL.h"
|
||||
#include "LiveWindow/LiveWindow.h"
|
||||
#include "MotorSafetyHelper.h"
|
||||
#include "Resource.h"
|
||||
#include "WPIErrors.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
// Allocate each direction separately.
|
||||
static std::unique_ptr<Resource> relayChannels;
|
||||
|
||||
/**
|
||||
* Relay constructor given a channel.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user