Miscellaneous cleanups (#1008)

This commit is contained in:
Tyler Veness
2018-04-30 10:30:16 -07:00
committed by Peter Johnson
parent a098814ea0
commit 6a159c5bd2
2 changed files with 1 additions and 1 deletions

View File

@@ -7,7 +7,6 @@
#pragma once
#include "Base.h"
#include "Controller.h"
namespace frc {

View File

@@ -17,6 +17,7 @@ namespace frc {
class SpeedController : public PIDOutput {
public:
virtual ~SpeedController() = default;
/**
* Common interface for setting the speed of a speed controller.
*