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,8 +7,6 @@
#pragma once
#include "simulation/gz_msgs/msgs.h"
#ifdef _WIN32
// Ensure that Winsock2.h is included before Windows.h, which can get
// pulled in by anybody (e.g., Boost).
@@ -16,10 +14,14 @@
#endif
#include <condition_variable>
#include <gazebo/transport/transport.hh>
#include <mutex>
#include <string>
#include <gazebo/transport/transport.hh>
#include "RobotState.h"
#include "SensorBase.h"
#include "simulation/gz_msgs/msgs.h"
struct HALCommonControlData;
class AnalogInput;