Remove RoboRIO ifdef from simulation headers (#1859)

This commit is contained in:
Thad House
2019-09-03 19:55:17 -07:00
committed by Peter Johnson
parent 9b6ffc201c
commit 516cbef2c4
38 changed files with 38 additions and 171 deletions

View File

@@ -7,8 +7,6 @@
#pragma once
#ifndef __FRC_ROBORIO__
#include <memory>
#include <utility>
@@ -109,4 +107,3 @@ class DriverStationSim {
};
} // namespace sim
} // namespace frc
#endif // __FRC_ROBORIO__