Reordered headers according to the style guide (#58)

Subsections are alphabetized according to lexographic ordering. Also, HAL includes were moved from headers to source files where possible. This change may cause user code which uses HAL functionality and does not include the relevant HAL header (since it may have been provided by another WPILib header) to fail to compile.
This commit is contained in:
Tyler Veness
2016-05-25 22:38:11 -07:00
committed by Peter Johnson
parent a598e2d09b
commit d82635bbe1
147 changed files with 398 additions and 272 deletions

View File

@@ -5,13 +5,15 @@
/* the project. */
/*----------------------------------------------------------------------------*/
#include <AnalogOutput.h>
#include <AnalogPotentiometer.h>
#include <ControllerPower.h>
#include <Timer.h>
#include "TestBench.h"
#include "AnalogPotentiometer.h"
#include "gtest/gtest.h"
#include "AnalogOutput.h"
#include "ControllerPower.h"
#include "TestBench.h"
#include "Timer.h"
static const double kScale = 270.0;
static const double kAngle = 180.0;