Removed commented out includes and imports (#76)

This commit is contained in:
Tyler Veness
2016-05-26 12:59:01 -07:00
committed by Peter Johnson
parent da6b8c7ae1
commit 753ab85efb
11 changed files with 7 additions and 24 deletions

View File

@@ -6,14 +6,16 @@
/*----------------------------------------------------------------------------*/
#include "DriverStation.h"
#include "Timer.h"
#include "simulation/MainNode.h"
//#include "MotorSafetyHelper.h"
#include <string.h>
#include <boost/mem_fn.hpp>
#include "Log.h"
#include "Timer.h"
#include "Utility.h"
#include "WPIErrors.h"
#include "boost/mem_fn.hpp"
#include "simulation/MainNode.h"
const uint32_t DriverStation::kBatteryChannel;
const uint32_t DriverStation::kJoystickPorts;

View File

@@ -6,7 +6,6 @@
/*----------------------------------------------------------------------------*/
#include "Jaguar.h"
//#include "NetworkCommunication/UsageReporting.h"
#include "LiveWindow/LiveWindow.h"
/**

View File

@@ -7,7 +7,6 @@
#include "PWM.h"
//#include "NetworkCommunication/UsageReporting.h"
#include "Utility.h"
#include "WPIErrors.h"

View File

@@ -7,9 +7,8 @@
#include "Relay.h"
#include "MotorSafetyHelper.h"
//#include "NetworkCommunication/UsageReporting.h"
#include "LiveWindow/LiveWindow.h"
#include "MotorSafetyHelper.h"
#include "WPIErrors.h"
/**

View File

@@ -6,7 +6,6 @@
/*----------------------------------------------------------------------------*/
#include "RobotDrive.h"
//#include "CANJaguar.h"
#include <math.h>
#include "GenericHID.h"
#include "Joystick.h"

View File

@@ -7,7 +7,6 @@
#include "Talon.h"
//#include "NetworkCommunication/UsageReporting.h"
#include "LiveWindow/LiveWindow.h"
/**

View File

@@ -7,7 +7,6 @@
#include "Victor.h"
//#include "NetworkCommunication/UsageReporting.h"
#include "LiveWindow/LiveWindow.h"
/**