Fixed cpplint.py warnings (#215)

* Fixed cpplint.py [build/include_order] and [build/include_what_you_use] warnings
* Fixed cpplint.py [readability/casting] warnings
* Updated .styleguide format
* Fixed cpplint.py [build/header_guard] warnings
This commit is contained in:
Tyler Veness
2016-09-05 13:55:31 -07:00
committed by Peter Johnson
parent 59ec54887d
commit 05626cfafe
132 changed files with 280 additions and 172 deletions

View File

@@ -7,6 +7,11 @@
#pragma once
#include <atomic>
#include <memory>
#include <queue>
#include <string>
#include "Base.h"
#include "Controller.h"
#include "HAL/cpp/priority_mutex.h"
@@ -16,11 +21,6 @@
#include "PIDSource.h"
#include "Timer.h"
#include <memory>
#include <atomic>
#include <queue>
class PIDOutput;
/**